X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=232cce936b983abf828241a4735dfa05d295ce27;hb=2b0857a44f9dd62ca493f6a004c939f8658276ec;hp=a88a804b1db44b0eec3c9134242eb6c81f5db2dd;hpb=aaf07fb6d380f4e4f0b5404d6b006afcfe62aa7f;p=m6w6%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index a88a804b..232cce93 100644 --- a/tests/include.am +++ b/tests/include.am @@ -28,12 +28,15 @@ EXTRA_DIST+= \ tests/output_plus.res noinst_HEADERS+= \ + tests/basic.h \ + tests/error_conditions.h \ tests/hash_results.h \ tests/ketama_test_cases.h \ tests/ketama_test_cases_spy.h \ tests/libmemcached_world.h \ tests/parser.h \ - tests/print.h + tests/print.h \ + tests/replication.h noinst_PROGRAMS+= \ tests/atomsmasher \ @@ -47,9 +50,12 @@ noinst_PROGRAMS+= \ tests_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING) tests_testapp_SOURCES= \ + tests/basic.cc \ + tests/error_conditions.cc \ tests/mem_functions.c \ tests/parser.cc \ - tests/print.cc + tests/print.cc \ + tests/replication.cc tests_testapp_DEPENDENCIES= \ $(BUILT_SOURCES) \