Skip to content

Commit 09882a7

Browse files
committed
[alien,tests] Add message to see the used alien_test macro
1 parent a7cc524 commit 09882a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

alien/ArcaneInterface/cmake/LoadAlienTest.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ macro(alien_test)
5656
logFatalError("a test should be related to an executable : COMMAND not defined")
5757
endif ()
5858

59+
message(STATUS "Use alien/ArcaneInterface/cmake/LoadAlienTest.cmake macro for ${ARGS_BENCH} test")
60+
5961
if (NOT ARGS_PARALLEL_ONLY)
6062

6163
if (NOT ARGS_WORKING_DIRECTORY)

alien/standalone/CMake/LoadAlienTest.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ macro(alien_test)
5656
message(FATAL_ERROR "a test should be related to an executable : COMMAND not defined")
5757
endif ()
5858

59+
message(STATUS "Use alien/standalone/CMake/LoadAlienTest.cmake macro for ${ARGS_BENCH} test")
60+
5961
if (NOT ARGS_PARALLEL_ONLY)
6062

6163
if (NOT ARGS_WORKING_DIRECTORY)

0 commit comments

Comments
 (0)