X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=dcc19a91d3bb45528e9d16c6739e8fbef997264d;hb=50521589078b10acb7be711658754120be554852;hp=6ed1cd9f07bd3db2d5ee1d9d7998ac48f3817df8;hpb=fec19fea6ca5b041458a5eb415e2ada343fcae55;p=awesomized%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index 6ed1cd9f..dcc19a91 100644 --- a/tests/include.am +++ b/tests/include.am @@ -28,6 +28,8 @@ 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 \ @@ -47,6 +49,8 @@ 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 \