Test exp-tools by default as well.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7390 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 4773302..cbd41c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,11 +67,11 @@
 
 ## 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