We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1bd87 commit b61d2d2Copy full SHA for b61d2d2
regression/goto-analyzer/CMakeLists.txt
@@ -1,3 +1,3 @@
1
add_test_pl_tests(
2
- "$<TARGET_FILE:goto-analyzer>"
+ "$<TARGET_FILE:goto-analyzer> --no-standard-checks"
3
)
regression/goto-analyzer/Makefile
@@ -1,10 +1,10 @@
default: tests.log
test:
4
- @../test.pl -e -p -c ../../../src/goto-analyzer/goto-analyzer
+ @../test.pl -e -p -c "../../../src/goto-analyzer/goto-analyzer --no-standard-checks"
5
6
tests.log: ../test.pl
7
8
9
clean:
10
find . -name '*.out' -execdir $(RM) '{}' \;
0 commit comments