regression testing now uses local binaries

git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@2464 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
This commit is contained in:
kroening 2013-05-25 08:14:03 +00:00
parent ce3290d6c2
commit 994a07d786
4 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
default: tests.log
test:
@../test.pl -c goto-cc
@../test.pl -c ../../../src/goto-cc/goto-cc
tests.log: ../test.pl
@../test.pl -c goto-cc
@../test.pl -c ../../../src/goto-cc/goto-cc
show:
@for dir in *; do \

View File

@ -1,10 +1,10 @@
default: tests.log
test:
@../test.pl -c cbmc
@../test.pl -c ../../../src/cbmc/cbmc
tests.log: ../test.pl
@../test.pl -c cbmc
@../test.pl -c ../../../src/cbmc/cbmc
show:
@for dir in *; do \

View File

@ -1,10 +1,10 @@
default: tests.log
test:
@../test.pl -c cbmc
@../test.pl -c ../../../src/cbmc/cbmc
tests.log: ../test.pl
@../test.pl -c cbmc
@../test.pl -c ../../../src/cbmc/cbmc
show:
@for dir in *; do \

View File

@ -1,10 +1,10 @@
default: tests.log
test:
@../test.pl -c goto-cc
@../test.pl -c ../../../src/goto-cc/goto-cc
tests.log: ../test.pl
@../test.pl -c goto-cc
@../test.pl -c ../../../src/goto-cc/goto-cc
show:
@for dir in *; do \