File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ set_property ( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYP
99# Add option and check environment to determine if developer tests should be run
1010if ($ENV{OPENCOARRAYS_DEVELOPER} )
1111 option (CAF_RUN_DEVELOPER_TESTS "Run tests intended only for developers" ON )
12- message ( STATUS "OpenCoarrays developer tests turned on" )
1312else ()
1413 option (CAF_RUN_DEVELOPER_TESTS "Run tests intended only for developers" OFF )
1514endif ()
@@ -528,7 +527,7 @@ set(tests_root ${CMAKE_CURRENT_BINARY_DIR}/src/tests)
528527
529528
530529if (opencoarrays_aware_compiler)
531- if (RUN_DEVELOPER_TESTS )
530+ if (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER} )
532531 message ( STATUS "Running Developer tests is enabled." )
533532 endif ()
534533 # Unit tests targeting each libcaf_mpi function, argument, and branch of code
You can’t perform that action at this time.
0 commit comments