X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=bd5ef260f8aa9845cd0edf0e8613f6619d1fd11d;hb=b6c4c56795a26e6191224bfae64f382db3f68f7a;hp=232cce936b983abf828241a4735dfa05d295ce27;hpb=33d7577ea07d983cbe06f6ed3237994b7d29309b;p=awesomized%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index 232cce93..bd5ef260 100644 --- a/tests/include.am +++ b/tests/include.am @@ -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