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.
2 parents a78d4fe + d1c1092 commit ccd97d4Copy full SHA for ccd97d4
regression/goto-cl/Makefile
@@ -7,11 +7,13 @@ 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
+ @chmod a+x ../../src/goto-cc/goto-link.exe
11
@../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
12
13
tests.log: ../test.pl
14
15
16
17
18
19
else
0 commit comments