We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55302b7 commit c448a67Copy full SHA for c448a67
regression/goto-cl/Makefile
@@ -6,8 +6,9 @@ include ../../src/common
6
ifeq ($(BUILD_ENV_),MSVC)
7
test:
8
@../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
9
- @cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
10
- @../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
+ cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
+ ls -la ../../src/goto-cc
11
+ @../test.pl -p -c ../../../src/goto-cc/goto-link.exe -I goto-link
12
13
tests.log: ../test.pl
14
0 commit comments