X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=2a3e5cb8aa2524561f29faa478de341507db303c;hb=86be0943416087ba738c28ddbde8cdcbd62ad777;hp=990c772d2b2fa5a747f46011eddd63430568509c;hpb=f8782fd5273b05603f51c55065f1c570f9f9129d;p=awesomized%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index 990c772d..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 \