Skip to content

Commit b61d2d2

Browse files
committed
Add --no-standard-checks to regression/goto-analyzer test runner scripts
1 parent 1c1bd87 commit b61d2d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
add_test_pl_tests(
2-
"$<TARGET_FILE:goto-analyzer>"
2+
"$<TARGET_FILE:goto-analyzer> --no-standard-checks"
33
)

regression/goto-analyzer/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
default: tests.log
22

33
test:
4-
@../test.pl -e -p -c ../../../src/goto-analyzer/goto-analyzer
4+
@../test.pl -e -p -c "../../../src/goto-analyzer/goto-analyzer --no-standard-checks"
55

66
tests.log: ../test.pl
7-
@../test.pl -e -p -c ../../../src/goto-analyzer/goto-analyzer
7+
@../test.pl -e -p -c "../../../src/goto-analyzer/goto-analyzer --no-standard-checks"
88

99
clean:
1010
find . -name '*.out' -execdir $(RM) '{}' \;

0 commit comments

Comments
 (0)