We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dc166 commit edb482fCopy full SHA for edb482f
src/CMakeLists.txt
@@ -58,6 +58,11 @@ set_target_properties(cxx_fortran_struct PROPERTIES LINKER_LANGUAGE CXX)
58
add_test(NAME C++_Fortran_struct COMMAND $<TARGET_FILE:cxx_fortran_struct>)
59
60
# -- test wrapup
61
-set_tests_properties(C++_Fortran_math C++_Fortran_error Fortran_C_math Fortran_C++_math PROPERTIES
+set_tests_properties(
62
+C_Fortran_error C_Fortran_struct
63
+C++_Fortran_math C++_Fortran_error C++_Fortran_struct
64
+Fortran_C_math Fortran_C_struct
65
+Fortran_C++_math Fortran_C++_struct
66
+PROPERTIES
67
TIMEOUT 5
68
)
0 commit comments