From: Nicholas Nethercote Date: Sun, 10 Feb 2008 22:19:58 +0000 (+0000) Subject: Test exp-tools by default as well. X-Git-Tag: svn/VALGRIND_3_4_0~1078 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b966da442073ec38db21a01799de0c3e8e23ff90;p=thirdparty%2Fvalgrind.git Test exp-tools by default as well. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7390 --- diff --git a/Makefile.am b/Makefile.am index 4773302591..cbd41c2fb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,11 +67,11 @@ default.supp: $(SUPP_FILES) ## Preprend @PERL@ because tests/vg_regtest isn't executable regtest: check + @PERL@ tests/vg_regtest $(TOOLS) $(EXP_TOOLS) +nonexp-regtest: check @PERL@ tests/vg_regtest $(TOOLS) exp-regtest: check @PERL@ tests/vg_regtest $(EXP_TOOLS) -all-regtest: check - @PERL@ tests/vg_regtest $(TOOLS) $(EXP_TOOLS) ## Preprend @PERL@ because tests/vg_per isn't executable perf: check