X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=cbec4971ea7406b4d086c462ae2074d31894c6d7;hb=21f37886246551f9118b03275dde7534793c3809;hp=b864c31d884e1c021043ef62732769fff632124c;hpb=7577cb0a57aa70d9857d42c381f13c7cb60d0056;p=m6w6%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index b864c31d..cbec4971 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/rpm/SOURCES/