Checking in the parser/scanner files.
[awesomized/libmemcached] / tests / include.am
index 232cce936b983abf828241a4735dfa05d295ce27..bd5ef260f8aa9845cd0edf0e8613f6619d1fd11d 100644 (file)
@@ -36,7 +36,9 @@ noinst_HEADERS+= \
                 tests/libmemcached_world.h \
                 tests/parser.h \
                 tests/print.h \
-                tests/replication.h
+                tests/replication.h \
+                tests/string.h
+  
 
 noinst_PROGRAMS+= \
                  tests/atomsmasher \
@@ -55,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) \
@@ -243,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