File tree Expand file tree Collapse file tree 9 files changed +19
-13
lines changed
Expand file tree Collapse file tree 9 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 11if ("${CMAKE_CXX_COMPILER_ID} " STREQUAL "MSVC" )
2- add_test_pl_tests(
3- "$<TARGET_FILE:goto-cc>" -X gcc-only
4- )
2+ set (gcc_only -X gcc-only)
3+ else ()
4+ set (gcc_only "" )
5+ endif ()
6+
7+ if ("${CMAKE_SYSTEM_NAME} " STREQUAL "Windows" )
8+ set (exclude_win_broken_tests -X winbug)
59else ()
10+ set (exclude_win_broken_tests "" )
11+ endif ()
12+
613add_test_pl_tests(
7- "$<TARGET_FILE:goto-cc>"
14+ "$<TARGET_FILE:goto-cc>" ${gcc_only} ${exclude_win_broken_tests}
815)
9- endif ()
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22main.cpp
33
44^EXIT=0$
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22main.cpp
33
44^EXIT=0$
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22main.cpp
33
44^EXIT=0$
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22main.cpp
33
44^EXIT=0$
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22main.cpp
33
44^EXIT=0$
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22main.cpp
33-std=c++11
44^EXIT=0$
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22main.cpp
33
44^EXIT=0$
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22main.cpp
33
44^EXIT=0$
You can’t perform that action at this time.
0 commit comments