Add (disabled) additional targets.

This commit is contained in:
Kyle Isom 2018-02-01 14:05:36 -08:00
parent 5fbad43f26
commit 23fd1c0100
1 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,9 @@ targets:
ch01ex03: []
ch01ex04: []
ch01ex05: []
# disabled due to flakey C++17 support.
# ch01ex06: []
# list_bench: []
# sset_bench: []
# uset_bench: []