diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-11-25 18:19:13 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-11-25 18:19:13 +0000 |
commit | 467ef6ce78cfe7341a696ebf0948e377be619ae5 (patch) | |
tree | 79e93d7f6d29396723722678918cc4fee38ca6aa /extractor/Makefile.am | |
parent | 3973a7e4a8302b4a02fee7d2950bb469b37e2452 (diff) |
Reduce unordered_map calls.
Diffstat (limited to 'extractor/Makefile.am')
-rw-r--r-- | extractor/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extractor/Makefile.am b/extractor/Makefile.am index faf25d89..65a3d436 100644 --- a/extractor/Makefile.am +++ b/extractor/Makefile.am @@ -53,8 +53,7 @@ endif noinst_PROGRAMS = $(RUNNABLE_TESTS) -# TESTS = $(RUNNABLE_TESTS) -TESTS = precomputation_test +TESTS = $(RUNNABLE_TESTS) alignment_test_SOURCES = alignment_test.cc alignment_test_LDADD = $(GTEST_LDFLAGS) $(GTEST_LIBS) libextractor.a |