File tree Expand file tree Collapse file tree 3 files changed +8
-167
lines changed Expand file tree Collapse file tree 3 files changed +8
-167
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
default : tests.log
2
2
3
+ TEST_PL = ../../lib/cbmc/regression/test.pl
4
+
3
5
test :
4
- @../test.pl -e -p -c ../../../src/hw-cbmc/hw-cbmc
6
+ @$( TEST_PL ) -e -p -c ../../../src/hw-cbmc/hw-cbmc
5
7
6
8
tests.log :
7
- @../test.pl -e -p -c ../../../src/hw-cbmc/hw-cbmc
9
+ @$( TEST_PL ) -e -p -c ../../../src/hw-cbmc/hw-cbmc
8
10
9
11
show :
10
12
@for dir in * ; do \
Original file line number Diff line number Diff line change 1
1
default : tests.log
2
2
3
+ TEST_PL = ../../lib/cbmc/regression/test.pl
4
+
3
5
test :
4
- @../test.pl -e -p -c ../../../src/ebmc/ebmc
6
+ @$( TEST_PL ) -e -p -c ../../../src/ebmc/ebmc
5
7
6
8
tests.log :
7
- @../test.pl -e -p -c ../../../src/ebmc/ebmc
9
+ @$( TEST_PL ) -e -p -c ../../../src/ebmc/ebmc
8
10
9
11
show :
10
12
@for dir in * ; do \
You can’t perform that action at this time.
0 commit comments