File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ enable_testing ()
2+
3+ find_program (BASH bash)
4+ if (ENABLE_ASAN)
5+ add_test (
6+ NAME 11_PW_GPU_test_with_asan
7+ COMMAND ${BASH} ../integrate/Autotest.sh -a ${ABACUS_BIN_PATH} -n 2 -s true
8+ WORKING_DIRECTORY ${ABACUS_TEST_DIR} /11_PW_GPU
9+ )
10+ else ()
11+ add_test (
12+ NAME 11_PW_GPU_test
13+ COMMAND ${BASH} ../integrate/Autotest.sh -a ${ABACUS_BIN_PATH} -n 4
14+ WORKING_DIRECTORY ${ABACUS_TEST_DIR} /11_PW_GPU
15+ )
16+ endif ()
Original file line number Diff line number Diff line change 1+ enable_testing ()
2+
3+ find_program (BASH bash)
4+ if (ENABLE_ASAN)
5+ add_test (
6+ NAME 16_SDFT_GPU_test_with_asan
7+ COMMAND ${BASH} ../integrate/Autotest.sh -a ${ABACUS_BIN_PATH} -n 2 -s true
8+ WORKING_DIRECTORY ${ABACUS_TEST_DIR} /16_SDFT_GPU
9+ )
10+ else ()
11+ add_test (
12+ NAME 16_SDFT_GPU_test
13+ COMMAND ${BASH} ../integrate/Autotest.sh -a ${ABACUS_BIN_PATH} -n 4
14+ WORKING_DIRECTORY ${ABACUS_TEST_DIR} /16_SDFT_GPU
15+ )
16+ endif ()
You can’t perform that action at this time.
0 commit comments