We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61d2d2 commit 43ebc37Copy full SHA for 43ebc37
regression/goto-analyzer-simplify/CMakeLists.txt
@@ -1,3 +1,3 @@
1
add_test_pl_tests(
2
- "${CMAKE_CURRENT_SOURCE_DIR}/chain.sh $<TARGET_FILE:goto-analyzer>"
+ "${CMAKE_CURRENT_SOURCE_DIR}/chain.sh $<TARGET_FILE:goto-analyzer> --no-standard-checks"
3
)
regression/goto-analyzer-simplify/Makefile
@@ -1,10 +1,10 @@
default: tests.log
test:
4
- @../test.pl -e -p -c "../chain.sh ../../../src/goto-analyzer/goto-analyzer"
+ @../test.pl -e -p -c "../chain.sh ../../../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