File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include ../../src/config.inc
4
4
include ../../src/common
5
5
6
6
ifeq ($(BUILD_ENV_ ) ,MSVC)
7
- excluded_tests = -X gcc-only
7
+ excluded_tests = -X gcc-only -X winbug
8
8
else
9
9
# In MacOS, a change in the assert.h header file
10
10
# is causing template errors when exercising the
Original file line number Diff line number Diff line change 10
10
endif
11
11
12
12
ifeq ($(BUILD_ENV_ ) ,MSVC)
13
- excluded_tests = -X gcc-only
13
+ excluded_tests = -X gcc-only -X winbug
14
14
else
15
15
# In MacOS, a change in the assert.h header file
16
16
# is causing template errors when exercising the
Original file line number Diff line number Diff line change 1
- ifneq ($(BUILD_ENV_ ) ,MSVC)
1
+ default : tests.log
2
+
3
+ include ../../src/config.inc
4
+ include ../../src/common
5
+
6
+ ifeq ($(BUILD_ENV_ ) ,MSVC)
7
+ exe = ../../../src/goto-cc/goto-cl
8
+ else
9
+ exe = ../../../src/goto-cc/goto-cc
10
+ endif
11
+
12
+ ifeq ($(BUILD_ENV_ ) ,MSVC)
13
+ excluded_tests = -X gcc-only -X winbug
14
+ else
2
15
# In MacOS, a change in the assert.h header file
3
16
# is causing template errors when exercising the
4
17
# C++ front end (because of a transitive include
You can’t perform that action at this time.
0 commit comments