Skip to content

Commit 9b279d6

Browse files
author
root
committed
fix
1 parent c23fcc6 commit 9b279d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_io/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ AddTest(
245245
)
246246

247247
add_test(
248-
TARGET io_dmk_io_parallel
248+
NAME io_dmk_io_parallel
249249
COMMAND mpirun -np 2 ./io_dmk_io
250250
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
251251
)
@@ -257,7 +257,7 @@ AddTest(
257257
)
258258

259259
add_test(
260-
TARGET io_read_wfc_nao_test_parallel
260+
NAME io_read_wfc_nao_test_parallel
261261
COMMAND mpirun -np 2 ./io_read_wfc_nao_test
262262
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
263263
)

0 commit comments

Comments
 (0)