Skip to content

Commit ecfeba7

Browse files
authored
Update CMakeLists.txt
1 parent f5478ac commit ecfeba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/12_NAO_Gamma_GPU/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ find_program(BASH bash)
44
if(ENABLE_ASAN)
55
add_test(
66
NAME 12_NAO_Gamma_GPU_test_with_asan
7-
COMMAND ${BASH} ../integrate/Autotest.sh -a ${ABACUS_BIN_PATH} -n 2 -s true
7+
COMMAND ${BASH} ../integrate/Autotest.sh -f CASES_GPU.txt -a ${ABACUS_BIN_PATH} -n 2 -s true
88
WORKING_DIRECTORY ${ABACUS_TEST_DIR}/12_NAO_Gamma_GPU
99
)
1010
else()
1111
add_test(
1212
NAME 12_NAO_Gamma_GPU
13-
COMMAND ${BASH} ../integrate/Autotest.sh -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}/12_NAO_Gamma_GPU
1515
)
1616
endif()

0 commit comments

Comments
 (0)