X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=63d02ea3569c8a3a3dc2e671c17e3ed71a947f51;hb=cf90b27f7a3a7f117976ffc3ad538c870b85c82e;hp=4e4fb2e8c9fdf35f0d1a3d2a847f2c680d454317;hpb=8fce86636639afaeac4ca0e869e8bcd833324a62;p=m6w6%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 4e4fb2e8..63d02ea3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,13 +3,16 @@ 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/