]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk...
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 14 Aug 2009 16:47:10 +0000 (16:47 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 14 Aug 2009 16:47:10 +0000 (16:47 +0000)
bin/run_smt_tests [moved from bin/run_tests.smt with 100% similarity]
make-scripts/Makefile.in

similarity index 100%
rename from bin/run_tests.smt
rename to bin/run_smt_tests
index aa42bffeb51dbf5e88969ee4cdb69370ead2549e..52c580273bba4e76dab78c7a5ea60b67d70aa61b 100644 (file)
@@ -121,7 +121,7 @@ regress_smt:
        @echo "Starting tests at" `date` | tee -a $(REGRESS_LOG)
        @echo "*********************************************************" \
           | tee -a $(REGRESS_LOG)
-       bin/run_tests.smt $(ALL_OPTIONS) 2>&1 | tee -a $(REGRESS_LOG); [ $${PIPESTATUS[0]} -eq 0 ]
+       bin/run_smt_tests $(ALL_OPTIONS) 2>&1 | tee -a $(REGRESS_LOG); [ $${PIPESTATUS[0]} -eq 0 ]
        @echo "*********************************************************" \
           | tee -a $(REGRESS_LOG)
        @echo "Output is saved in $(REGRESS_LOG)" | tee -a $(REGRESS_LOG)