Merge in additional language plus some of the configure language for
[m6w6/libmemcached] / tests / include.am
index a88a804b1db44b0eec3c9134242eb6c81f5db2dd..dcc19a91d3bb45528e9d16c6739e8fbef997264d 100644 (file)
@@ -28,6 +28,8 @@ 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 \
@@ -47,9 +49,12 @@ noinst_PROGRAMS+= \
 
 tests_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING)
 tests_testapp_SOURCES= \
+                      tests/basic.cc \
+                      tests/error_conditions.cc \
                       tests/mem_functions.c \
                       tests/parser.cc \
-                      tests/print.cc
+                      tests/print.cc \
+                      tests/replication.cc
 
 tests_testapp_DEPENDENCIES= \
                            $(BUILT_SOURCES) \