We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cc524 commit 09882a7Copy full SHA for 09882a7
alien/ArcaneInterface/cmake/LoadAlienTest.cmake
@@ -56,6 +56,8 @@ macro(alien_test)
56
logFatalError("a test should be related to an executable : COMMAND not defined")
57
endif ()
58
59
+ message(STATUS "Use alien/ArcaneInterface/cmake/LoadAlienTest.cmake macro for ${ARGS_BENCH} test")
60
+
61
if (NOT ARGS_PARALLEL_ONLY)
62
63
if (NOT ARGS_WORKING_DIRECTORY)
alien/standalone/CMake/LoadAlienTest.cmake
message(FATAL_ERROR "a test should be related to an executable : COMMAND not defined")
+ message(STATUS "Use alien/standalone/CMake/LoadAlienTest.cmake macro for ${ARGS_BENCH} test")
0 commit comments