Checking in the parser/scanner files.
[awesomized/libmemcached] / tests / include.am
index dcc19a91d3bb45528e9d16c6739e8fbef997264d..bd5ef260f8aa9845cd0edf0e8613f6619d1fd11d 100644 (file)
@@ -35,7 +35,10 @@ noinst_HEADERS+= \
                 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 \
@@ -54,7 +57,8 @@ tests_testapp_SOURCES= \
                       tests/mem_functions.c \
                       tests/parser.cc \
                       tests/print.cc \
-                      tests/replication.cc
+                      tests/replication.cc \
+                      tests/string.cc
 
 tests_testapp_DEPENDENCIES= \
                            $(BUILT_SOURCES) \
@@ -242,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