File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
regression/cbmc-incr-oneloop Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11add_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"
33)
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ default: tests.log
22
33# Note the `perl -e` serves the purpose of providing timeout
44test :
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"
66
77tests.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"
99
1010clean :
1111 @$(RM ) * .log
You can’t perform that action at this time.
0 commit comments