Add testcase for exception handling code.

This commit is contained in:
Joachim Bauch
2019-02-24 14:42:48 +01:00
parent f89837636a
commit bf23ebf03c
4 changed files with 81 additions and 1 deletions
+2
View File
@@ -5,6 +5,8 @@ set (sources_testsuite
if (NOT MSVC)
set (CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-static")
set (CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "-static")
else ()
set (CMAKE_CXX_FLAGS "/EHsc")
endif ()
add_executable (TestSuite ${sources_testsuite})