Author: njn
Date: 2008-02-10 22:19:58 +0000 (Sun, 10 Feb 2008)
New Revision: 7390

Log:
Test exp-tools by default as well.



Modified:
   trunk/Makefile.am


Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am   2008-02-10 17:46:46 UTC (rev 7389)
+++ trunk/Makefile.am   2008-02-10 22:19:58 UTC (rev 7390)
@@ -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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to