File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
regression/goto-analyzer-simplify Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
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 "
3
3
)
Original file line number Diff line number Diff line change 1
1
default : tests.log
2
2
3
3
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 "
5
5
6
6
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 "
8
8
9
9
clean :
10
10
find . -name ' *.out' -execdir $(RM ) ' {}' \;
You can’t perform that action at this time.
0 commit comments