]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make a new regtest target, "all-regtest", being the union of "make
authorJulian Seward <jseward@acm.org>
Wed, 9 Jan 2008 21:03:43 +0000 (21:03 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 9 Jan 2008 21:03:43 +0000 (21:03 +0000)
regtest" and "make exp-regtest".  Then change the nightly build system
to run all-regtest instead of exp-regtest.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7332

Makefile.am
nightly/bin/nightly

index e6d735f0b4000b0c6b11981baa3e855b54a4bafe..4773302591174c36e7f15b13ab271031754f6642 100644 (file)
@@ -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
index 25830bade9bf30a41dc73e12b62f19bb8a2811df..37da02b4ff6f7d3af757dec9f3671bc48b32bb31 100755 (executable)
@@ -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