We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f53e9 commit 8debd53Copy full SHA for 8debd53
alien/ArcaneInterface/test/AlienTest/CMakeLists.txt
@@ -100,6 +100,7 @@ if (TARGET petsc)
100
PROCS 4
101
COMMAND alien_arcane_test.exe
102
OPTIONS AlienTest.arc
103
+ UNIQUE_OUTPUT_DIR
104
WORKING_DIRECTORY ${ALIEN_ARCANE_INTERFACE_DIR}/test/AlienTest)
105
106
alien_test(
@@ -108,6 +109,7 @@ if (TARGET petsc)
108
109
110
111
OPTIONS AlienTest-FBS.arc
112
113
114
115
@@ -116,6 +118,7 @@ if (TARGET petsc)
116
118
117
119
120
OPTIONS AlienTest-VBS.arc
121
122
123
124
endif ()
0 commit comments