Fix compile issue for debug.
[m6w6/libmemcached] / tests / include.am
index f940caf88b3bb03e0edf57db232291a727d13fc9..232cce936b983abf828241a4735dfa05d295ce27 100644 (file)
@@ -28,10 +28,15 @@ EXTRA_DIST+= \
             tests/output_plus.res
 
 noinst_HEADERS+= \
+                tests/basic.h \
+                tests/error_conditions.h \
                 tests/hash_results.h \
                 tests/ketama_test_cases.h \
                 tests/ketama_test_cases_spy.h \
-                tests/libmemcached_world.h
+                tests/libmemcached_world.h \
+                tests/parser.h \
+                tests/print.h \
+                tests/replication.h
 
 noinst_PROGRAMS+= \
                  tests/atomsmasher \
@@ -44,7 +49,14 @@ noinst_PROGRAMS+= \
                  tests/testudp
 
 tests_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING)
-tests_testapp_SOURCES= tests/mem_functions.c
+tests_testapp_SOURCES= \
+                      tests/basic.cc \
+                      tests/error_conditions.cc \
+                      tests/mem_functions.c \
+                      tests/parser.cc \
+                      tests/print.cc \
+                      tests/replication.cc
+
 tests_testapp_DEPENDENCIES= \
                            $(BUILT_SOURCES) \
                            clients/libgenexec.la \