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 11add_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)
Original file line number Diff line number Diff line change 11default : tests.log
22
33test :
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
66tests.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
99clean :
1010 find . -name ' *.out' -execdir $(RM ) ' {}' \;
You can’t perform that action at this time.
0 commit comments