Skip to content

Commit a72b987

Browse files
committed
use the test.pl script from the CBMC repo
This removes the test.pl script from this repo, and runs the one from the CBMC dependency instead.
1 parent 1aed3d8 commit a72b987

File tree

6 files changed

+7
-271
lines changed

6 files changed

+7
-271
lines changed

regression/ebmc/BDD1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ main.smv
33
--bdd
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[smv::main::spec1\] AG (!main::var::some_var = off): SUCCESS$
6+
^\[smv::main::spec1\] AG \(!main::var::some_var = off\): SUCCESS$
77
--
88
^warning: ignoring

regression/ebmc/Makefile

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
default: tests.log
2-
3-
include ../../lib/cbmc/src/config.inc
4-
include ../../lib/cbmc/src/common
1+
default: test
52

63
test:
7-
@../test.pl -c ../../../src/ebmc/ebmc
8-
9-
tests.log: ../test.pl
10-
@../test.pl
11-
12-
show:
13-
@for dir in *; do \
14-
if [ -d "$$dir" ]; then \
15-
vim -o "$$dir/main.c" "$$dir/main.out"; \
16-
fi; \
17-
done;
4+
@../../lib/cbmc/regression/test.pl -c ../../../src/ebmc/ebmc

regression/ebmc/range_type4/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ main.smv
33
--bound 10
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[smv::main::spec1\] AG (!main::var::x = 6): SUCCESS$
6+
^\[smv::main::spec1\] AG \(!main::var::x = 6\): SUCCESS$
77
--
88
^warning: ignoring

regression/ebmc/range_type5/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ main.smv
33
--bound 3
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[smv::main::spec1\] AG (!main::var::x = 6): SUCCESS$
6+
^\[smv::main::spec1\] AG \(!main::var::x = 6\): SUCCESS$
77
--
88
^warning: ignoring

regression/test.pl

Lines changed: 0 additions & 241 deletions
This file was deleted.

regression/verilog/Makefile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
default: tests.log
1+
default: test
22

33
test:
4-
@../test.pl -c ../../../src/ebmc/ebmc
5-
6-
tests.log: ../test.pl ../../../src/ebmc/ebmc
7-
@../test.pl
8-
9-
show:
10-
@for dir in *; do \
11-
if [ -d "$$dir" ]; then \
12-
vim -o "$$dir/main.c" "$$dir/main.out"; \
13-
fi; \
14-
done;
4+
@../../lib/cbmc/regression/test.pl -c ../../../src/ebmc/ebmc

0 commit comments

Comments
 (0)