]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Test exp-tools by default as well.
authorNicholas Nethercote <njn@valgrind.org>
Sun, 10 Feb 2008 22:19:58 +0000 (22:19 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 10 Feb 2008 22:19:58 +0000 (22:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7390

Makefile.am

index 4773302591174c36e7f15b13ab271031754f6642..cbd41c2fb8ff4b0ad2aec7cf73520a08fd1554ed 100644 (file)
@@ -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