X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=b90a5ef7d9f8559f33b833ecdf3bbe0697c7be02;hb=bc778a7f8d68db255bb864125fa7d761f200b436;hp=648751159842542813ce1b4b9a22003c535bd4b2;hpb=9235a98561bb90665e0e8ecb0c1ec686dbca1b0d;p=m6w6%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index 64875115..b90a5ef7 100644 --- a/tests/include.am +++ b/tests/include.am @@ -14,6 +14,10 @@ if BUILD_LIBMEMCACHEDUTIL TESTS_LDADDS+= libmemcached/libmemcachedutil.la endif +EXTRA_DIST+= \ + tests/cpp_example.cc \ + tests/output_plus.res + noinst_HEADERS+= \ tests/hash_results.h \ tests/ketama_test_cases.h \ @@ -47,7 +51,11 @@ tests_testapp_DEPENDENCIES= \ tests/libtest.la \ libmemcached/libmemcachedinternal.la \ $(TESTS_LDADDS) -tests_testapp_LDADD= $(tests_testapp_DEPENDENCIES) $(LIBSASL) +tests_testapp_LDADD= clients/libgenexec.la \ + tests/libserver.la \ + tests/libtest.la \ + libmemcached/libmemcachedinternal.la \ + $(TESTS_LDADDS) $(LIBSASL) tests_testplus_SOURCES= tests/plus.cpp tests_testplus_CXXFLAGS = $(AM_CXXFLAGS) $(NO_EFF_CXX) @@ -91,7 +99,7 @@ tests_memplus_LDADD = $(tests_memplus_DEPENDENCIES) $(LIBSASL) test: check -check-local: test-docs test-mem test-hash memcapable +check-local: $(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