X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=df606e6171ed2e30e184494bbc53f1d4e578778f;hb=d46b596b82e290141fd97e3c5381efdb792756a4;hp=0728e01d21d6159c080927968ba8e984adb1fd57;hpb=7578f29e57a07d90dad0cb63b64adce9c8487dd4;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 0728e01d..df606e61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ noinst_LTLIBRARIES = noinst_PROGRAMS = include_HEADERS = nobase_include_HEADERS = -check_PROGRAMS = +check_PROGRAMS = EXTRA_HEADERS = BUILT_SOURCES= EXTRA_DIST= \ @@ -30,8 +30,11 @@ EXTRA_DIST= \ m4/po.m4 \ m4/progtest.m4 - +TEST_DOCS= +if BUILD_DOCS SUBDIRS = docs +TEST_DOCS+=test-docs +endif test-docs: (cd docs && $(MAKE) test-docs) @@ -42,6 +45,8 @@ include unittests/include.am include tests/include.am include example/include.am include support/include.am +include poll/include.am +include win32/include.am TESTS += ${check_PROGRAMS} @@ -84,9 +89,10 @@ lcov: lcov-clean check genhtml -o lcov --function-coverage -t libmemcached libmemcached/lcov.out lcov-clean: clean - rm -rf lcov */lcov.out + rm -rf lcov */lcov.out find . -name '*.gcno' | xargs rm -f find . -name '*.gcda' | xargs rm -f +CLEANFILES+= config/top.h