From 211bf1cd70a6f72039af433fb9296dc2dcd760f0 Mon Sep 17 00:00:00 2001 From: katelman Date: Tue, 28 Apr 2009 14:53:23 +0000 Subject: [PATCH] make regress now points to ../../stp-tests/test git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@72 e59a4935-1847-0410-ae03-e826735625c1 --- bin/run_tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/run_tests b/bin/run_tests index 0680cf5..e4769eb 100755 --- a/bin/run_tests +++ b/bin/run_tests @@ -84,7 +84,8 @@ my %optionsDefault = ("level" => 4, my %options = (); # The list of testcases to run # -my @testcases = "sample-tests"; +#my @testcases = "sample-tests"; +my @testcases = "../../stp-tests/test"; # Temporary array for STP options my @stpOptions = (); # State is either "own" or "stp", meaning that we're reading either -- 2.47.3