|
From: <sv...@va...> - 2008-02-10 22:19:56
|
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 |