From: Trond Norbye Date: Fri, 13 Mar 2009 10:13:13 +0000 (+0100) Subject: Preserve the make invoked for test, test-extended and valgrind make target X-Git-Tag: 0.27~17 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f640a744f856b78576386db15856bacb1d2f449a;p=awesomized%2Flibmemcached Preserve the make invoked for test, test-extended and valgrind make target --- diff --git a/Makefile.am b/Makefile.am index b864c31d..b342d866 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,13 +3,13 @@ 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) rpm: all dist cp libmemcached-$(VERSION).tar.gz /home/brian/rpm/SOURCES/