Skip to content

Commit 52df6af

Browse files
authored
Update CMakeLists.txt
1 parent 5d54f28 commit 52df6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/16_SDFT_GPU/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(ENABLE_ASAN)
1010
else()
1111
add_test(
1212
NAME 16_SDFT_GPU
13-
COMMAND ${BASH} ../integrate/Autotest.sh -t CASES_GPU.txt -a ${ABACUS_BIN_PATH} -n 4
13+
COMMAND ${BASH} ../integrate/Autotest.sh -f CASES_GPU.txt -a ${ABACUS_BIN_PATH} -n 4
1414
WORKING_DIRECTORY ${ABACUS_TEST_DIR}/16_SDFT_GPU
1515
)
1616
endif()

0 commit comments

Comments
 (0)