summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 710f5c9..09561fa 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -170,9 +170,14 @@ TEST_PROGS+=test-mu-tokenizer
test_mu_tokenizer_SOURCES=test-tokenizer.cc
test_mu_tokenizer_LDADD=libtestmucommon.la
-# TEST_PROGS+=test-mu-parser
-# test_mu_parser_SOURCES=test-parser.cc
-# test_mu_parser_LDADD=libtestmucommon.la
+TEST_PROGS+=test-mu-threader
+test_mu_threader_SOURCES=mu-query-threader.cc
+test_mu_threader_LDADD=libtestmucommon.la
+test_mu_threader_CXXFLAGS=$(AM_CXXFLAGS) -DBUILD_THREADER_TEST
+
+TEST_PROGS+=test-mu-parser
+test_mu_parser_SOURCES=test-parser.cc
+test_mu_parser_LDADD=libtestmucommon.la
libtestmucommon_la_SOURCES= \
test-mu-common.cc \