diff options
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r-- | test/unit/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index 41bc56df..07a91b37 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -14,13 +14,13 @@ TESTS = \ identity \ liang \ notsosimplevector \ - shapes + shapes \ + unicode_test # Some test are broken, so only build them check_PROGRAMS = $(TESTS) \ cookies \ - trie \ - unicode_test + trie containers_SOURCES = containers.cc notsosimplevector_SOURCES = notsosimplevector.cc |