Skip to content

Commit 43ebc37

Browse files
committed
Add --no-standard-checks to goto-analyzer-simplify runner scripts
1 parent b61d2d2 commit 43ebc37

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

regression/goto-analyzer-simplify/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 "../chain.sh ../../../src/goto-analyzer/goto-analyzer"
4+
@../test.pl -e -p -c "../chain.sh ../../../src/goto-analyzer/goto-analyzer --no-standard-checks"
55

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

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

0 commit comments

Comments
 (0)