X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=6ed1cd9f07bd3db2d5ee1d9d7998ac48f3817df8;hb=696240873d8c6ca5edc482a7395984aac14d5b32;hp=f940caf88b3bb03e0edf57db232291a727d13fc9;hpb=349ca737f30ff0b6c3c71034f0930660663fa360;p=awesomized%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index f940caf8..6ed1cd9f 100644 --- a/tests/include.am +++ b/tests/include.am @@ -31,7 +31,9 @@ noinst_HEADERS+= \ tests/hash_results.h \ tests/ketama_test_cases.h \ tests/ketama_test_cases_spy.h \ - tests/libmemcached_world.h + tests/libmemcached_world.h \ + tests/parser.h \ + tests/print.h noinst_PROGRAMS+= \ tests/atomsmasher \ @@ -44,7 +46,12 @@ noinst_PROGRAMS+= \ tests/testudp tests_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING) -tests_testapp_SOURCES= tests/mem_functions.c +tests_testapp_SOURCES= \ + tests/mem_functions.c \ + tests/parser.cc \ + tests/print.cc \ + tests/replication.cc + tests_testapp_DEPENDENCIES= \ $(BUILT_SOURCES) \ clients/libgenexec.la \