diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | nightly/bin/nightly | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e6d735f0..47733025 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,8 @@ 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 diff --git a/nightly/bin/nightly b/nightly/bin/nightly index 25830bad..37da02b4 100755 --- a/nightly/bin/nightly +++ b/nightly/bin/nightly @@ -97,7 +97,7 @@ for logfile in old new ; do \ runcmd $logfile \ "Running regression tests " \ - "cd valgrind && make regtest" + "cd valgrind && make all-regtest" # Grab some indicative text for the short log file -- if the regtests # succeeded, show their results. If we didn't make it that far, show the |