Skip to content

Commit 8debd53

Browse files
committed
[alien,tests] Add more UNIQUE_OUTPUT_DIR
1 parent f3f53e9 commit 8debd53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

alien/ArcaneInterface/test/AlienTest/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ if (TARGET petsc)
100100
PROCS 4
101101
COMMAND alien_arcane_test.exe
102102
OPTIONS AlienTest.arc
103+
UNIQUE_OUTPUT_DIR
103104
WORKING_DIRECTORY ${ALIEN_ARCANE_INTERFACE_DIR}/test/AlienTest)
104105

105106
alien_test(
@@ -108,6 +109,7 @@ if (TARGET petsc)
108109
PROCS 4
109110
COMMAND alien_arcane_test.exe
110111
OPTIONS AlienTest-FBS.arc
112+
UNIQUE_OUTPUT_DIR
111113
WORKING_DIRECTORY ${ALIEN_ARCANE_INTERFACE_DIR}/test/AlienTest)
112114

113115
alien_test(
@@ -116,6 +118,7 @@ if (TARGET petsc)
116118
PROCS 4
117119
COMMAND alien_arcane_test.exe
118120
OPTIONS AlienTest-VBS.arc
121+
UNIQUE_OUTPUT_DIR
119122
WORKING_DIRECTORY ${ALIEN_ARCANE_INTERFACE_DIR}/test/AlienTest)
120123

121124
endif ()

0 commit comments

Comments
 (0)