X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=63d02ea3569c8a3a3dc2e671c17e3ed71a947f51;hb=1d8182bbec377e0f4115811587f76396c59ea197;hp=7c23b7411e4afbc1ff873a6cc608686498ffa039;hpb=82b9ad4652c38c7fc0a31505fd38f95246e379f9;p=m6w6%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 7c23b741..63d02ea3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,18 @@ -INCLUDES = include -SUBDIRS = docs include lib src tests support +INCLUDES = +SUBDIRS = docs libmemcached tests support clients EXTRA_dist = README.FIRST test: all - cd tests; make test; cd .. + @(cd tests; ${MAKE} test) test-extended: all - cd tests; make test-extended; cd .. + @(cd tests; ${MAKE} test-extended) valgrind: - cd tests; make valgrind; cd .. + @(cd tests; ${MAKE} valgrind) + +test-no-outputdiff: + @(cd tests; ${MAKE} test-no-outputdiff) rpm: all dist cp libmemcached-$(VERSION).tar.gz /home/brian/rpmbuild/SOURCES/