From: trevor_hansen Date: Thu, 29 Apr 2010 12:58:51 +0000 (+0000) Subject: * Send the -t flag to STP when running regressstp. This outputs statistics that are... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=924e62b75b485bd8daa69bfab037d2487c1c80de;p=francis%2Fstp.git * Send the -t flag to STP when running regressstp. This outputs statistics that are useful to sum up. * Delete my old eclipse formatting configuration. I don't use this anymore. Suspect no one else does either. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@737 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/format_config.xml b/scripts/format_config.xml deleted file mode 100644 index d2f242f..0000000 --- a/scripts/format_config.xml +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scripts/run_stp_tests.pl b/scripts/run_stp_tests.pl index 9858110..b1b316c 100755 --- a/scripts/run_stp_tests.pl +++ b/scripts/run_stp_tests.pl @@ -67,7 +67,7 @@ my %optionsDefault = ("level" => 4, "proofs" => 0, "lang" => "all", "stppath" => "stp/bin", - "vc" => $pwd . "/bin/stp -d", # Program names + "vc" => $pwd . "/bin/stp -t -d", # Program names #"vc" => "valgrind --leak-check=full /home/vganesh/stp/bin/stp", # Program names "pfc" => "true", "stptestpath" => "stp/test", @@ -78,7 +78,7 @@ my %optionsDefault = ("level" => 4, # Runtime limit; 0 = no limit "time" => 60, # Additional command line options to stp - "stpOptions" => "-d"); + "stpOptions" => "-t -d"); # Database of command line options. Initially, they are undefined my %options = ();