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
9
9
# Add option and check environment to determine if developer tests should be run
10
10
if ($ENV{OPENCOARRAYS_DEVELOPER} )
11
11
option (CAF_RUN_DEVELOPER_TESTS "Run tests intended only for developers" ON )
12
- message ( STATUS "OpenCoarrays developer tests turned on" )
13
12
else ()
14
13
option (CAF_RUN_DEVELOPER_TESTS "Run tests intended only for developers" OFF )
15
14
endif ()
@@ -528,7 +527,7 @@ set(tests_root ${CMAKE_CURRENT_BINARY_DIR}/src/tests)
528
527
529
528
530
529
if (opencoarrays_aware_compiler )
531
- if (RUN_DEVELOPER_TESTS )
530
+ if (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER} )
532
531
message ( STATUS "Running Developer tests is enabled." )
533
532
endif ()
534
533
# Unit tests targeting each libcaf_mpi function, argument, and branch of code
You can’t perform that action at this time.
0 commit comments