X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=2a3e5cb8aa2524561f29faa478de341507db303c;hb=86be0943416087ba738c28ddbde8cdcbd62ad777;hp=7451efd3f6a84e6d90741d4da62d1e680fb37186;hpb=1c26bb24f73e277073ca3dc266c78a19fc954e21;p=awesomized%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index 7451efd3..2a3e5cb8 100644 --- a/tests/include.am +++ b/tests/include.am @@ -35,6 +35,8 @@ noinst_HEADERS+= \ tests/ketama_test_cases_spy.h \ tests/libmemcached_world.h \ tests/parser.h \ + tests/deprecated.h \ + tests/pool.h \ tests/print.h \ tests/replication.h \ tests/string.h \ @@ -53,9 +55,11 @@ noinst_PROGRAMS+= \ tests_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING) tests_testapp_SOURCES= \ tests/basic.cc \ + tests/deprecated.cc \ tests/error_conditions.cc \ tests/mem_functions.c \ tests/parser.cc \ + tests/pool.cc \ tests/print.cc \ tests/replication.cc \ tests/string.cc \ @@ -107,7 +111,7 @@ check_PROGRAMS+= tests/hash_plus test: check -check-local: $(TEST_DOCS) test-mem test-hash memcapable +check-local: tests/var $(TEST_DOCS) test-mem test-hash memcapable @echo "Tests completed" test-x: check-local test-plus test-memcat test-memcp test-memrm test-memerror test-memdump test-memflush test-memstat @@ -241,7 +245,7 @@ UDP_COMMAND= tests/testudp $(COLLECTION) $(SUITE) HASH_COMMAND= tests/testhashkit $(COLLECTION) $(SUITE) -test-mem: tests/testapp support/example.cnf +test-mem: tests/testapp $(MEM_COMMAND) test-udp: tests/testudp