Skip to content

Commit edb482f

Browse files
committed
more tests props
1 parent 16dc166 commit edb482f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ set_target_properties(cxx_fortran_struct PROPERTIES LINKER_LANGUAGE CXX)
5858
add_test(NAME C++_Fortran_struct COMMAND $<TARGET_FILE:cxx_fortran_struct>)
5959

6060
# -- test wrapup
61-
set_tests_properties(C++_Fortran_math C++_Fortran_error Fortran_C_math Fortran_C++_math PROPERTIES
61+
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
6267
TIMEOUT 5
6368
)

0 commit comments

Comments
 (0)