File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ include ../../src/common
5
5
6
6
ifeq ($(BUILD_ENV_ ) ,MSVC)
7
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
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-abc.exe
10
+ ls -la ../../src/goto-cc
11
+ ../test.pl -p -c ../../../src/goto-cc/goto-abc.exe -I goto-link
11
12
12
13
tests.log : ../test.pl
13
- @ ../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
14
- @ cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
15
- @ ../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
14
+ ../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
15
+ cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
16
+ ../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
16
17
17
18
else
18
19
test :
You can’t perform that action at this time.
0 commit comments