Skip to content
Snippets Groups Projects
Commit 864ceb0e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

don't test C++ api tutos on windows 32 bit for now (our setup does not handle exceptions correctly)

parent da203da2
No related branches found
No related tags found
No related merge requests found
......@@ -2095,7 +2095,9 @@ if(NOT DISABLE_GMSH_TESTS)
add_test(${TEST} ./gmsh ${TEST} -3 -nopopup -o ./tmp.msh)
endif()
endforeach()
if(ENABLE_BUILD_DYNAMIC)
# test c++ api tutorials with dynamic builds (except on 32 bit windows for
# now: our win32 setup does not currently handle exceptions)
if(ENABLE_BUILD_DYNAMIC AND NOT ${GMSH_OS} MATCHES "Windows32")
file(GLOB_RECURSE TESTFILES tutorial/c++/*.cpp)
foreach(TESTFILE ${TESTFILES})
get_filename_component(TEST ${TESTFILE} NAME_WE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment