diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df942c9..a70532c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -271,7 +271,6 @@ cliprogram(latincheck latin.c COMPILE_DEFINITIONS STANDALONE_LATIN_TEST) cliprogram(matching matching.c COMPILE_DEFINITIONS STANDALONE_MATCHING_TEST) cliprogram(combi combi.c COMPILE_DEFINITIONS STANDALONE_COMBI_TEST) cliprogram(divvy divvy.c COMPILE_DEFINITIONS TESTMODE) -cliprogram(hat-test hat.c COMPILE_DEFINITIONS TEST_HAT) cliprogram(penrose-test penrose.c COMPILE_DEFINITIONS TEST_PENROSE) cliprogram(penrose-vector-test penrose.c COMPILE_DEFINITIONS TEST_VECTORS) cliprogram(sort-test sort.c COMPILE_DEFINITIONS SORT_TEST) |