File tree 2 files changed +3
-3
lines changed
regression/cbmc-incr-oneloop
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
add_test_pl_tests(
2
- "perl ../timeout.pl 8 $<TARGET_FILE:cbmc> --slice-formula"
2
+ "perl ../timeout.pl 8 $<TARGET_FILE:cbmc> --no-standard-checks -- slice-formula"
3
3
)
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ default: tests.log
2
2
3
3
# Note the `perl -e` serves the purpose of providing timeout
4
4
test :
5
- @../test.pl -c " perl -e 'alarm shift @ARGV; exec @ARGV' 15 ../../../src/cbmc/cbmc --slice-formula"
5
+ @../test.pl -c " perl -e 'alarm shift @ARGV; exec @ARGV' 15 ../../../src/cbmc/cbmc --no-standard-checks -- slice-formula"
6
6
7
7
tests.log : ../test.pl
8
- @../test.pl -c " perl -e 'alarm shift @ARGV; exec @ARGV' 15 ../../../src/cbmc/cbmc --slice-formula"
8
+ @../test.pl -c " perl -e 'alarm shift @ARGV; exec @ARGV' 15 ../../../src/cbmc/cbmc --no-standard-checks -- slice-formula"
9
9
10
10
clean :
11
11
@$(RM ) * .log
You can’t perform that action at this time.
0 commit comments