Merge in changes around setting up better syntax for distribution.
[awesomized/libmemcached] / tests / include.am
index a88a804b1db44b0eec3c9134242eb6c81f5db2dd..bd5ef260f8aa9845cd0edf0e8613f6619d1fd11d 100644 (file)
@@ -28,12 +28,17 @@ 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/parser.h \
-                tests/print.h
+                tests/print.h \
+                tests/replication.h \
+                tests/string.h
+  
 
 noinst_PROGRAMS+= \
                  tests/atomsmasher \
@@ -47,9 +52,13 @@ 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/string.cc
 
 tests_testapp_DEPENDENCIES= \
                            $(BUILT_SOURCES) \
@@ -237,7 +246,7 @@ UDP_COMMAND= tests/testudp $(COLLECTION) $(SUITE)
 
 HASH_COMMAND= tests/testhashkit $(COLLECTION) $(SUITE)
 
-test-mem: tests/testapp
+test-mem: tests/testapp support/example.cnf
        $(MEM_COMMAND)
 
 test-udp: tests/testudp