Skip to content

Commit daff2e1

Browse files
committed
update module_xc/test/CMakeLists.txt
1 parent 2fb30fd commit daff2e1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/source_hamilt/module_xc/test/CMakeLists.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ AddTest(
22
TARGET XCTest_PBE
33
LIBS parameter MPI::MPI_CXX Libxc::xc # required by global.h; for details, `remove_definitions(-D__MPI)`.
44
SOURCES test_xc.cpp ../xc_functional.cpp ../xc_functional_wrapper_xc.cpp ../xc_functional_wrapper_gcxc.cpp ../xc_funct_corr_gga.cpp ../xc_funct_corr_lda.cpp ../xc_funct_exch_gga.cpp ../xc_funct_exch_lda.cpp ../xc_funct_hcth.cpp
5-
../xc_functional_libxc_wrapper_gcxc.cpp ../xc_functional_libxc.cpp
5+
../xc_functional_libxc_wrapper_gcxc.cpp ../xc_functional_libxc.cpp ../../../source_base/tool_title.cpp
66
)
77

88
AddTest(
99
TARGET XCTest_HSE
1010
LIBS parameter MPI::MPI_CXX Libxc::xc # required by global.h; for details, `remove_definitions(-D__MPI)`.
11-
SOURCES test_xc1.cpp ../xc_functional.cpp ../xc_functional_libxc.cpp
11+
SOURCES test_xc1.cpp ../xc_functional.cpp ../xc_functional_libxc.cpp ../../../source_base/tool_title.cpp
1212
)
1313

1414

1515
AddTest(
1616
TARGET XCTest_PZ_SPN
1717
LIBS parameter MPI::MPI_CXX Libxc::xc # required by global.h; for details, `remove_definitions(-D__MPI)`.
1818
SOURCES test_xc2.cpp ../xc_functional.cpp ../xc_functional_wrapper_xc.cpp ../xc_functional_wrapper_gcxc.cpp ../xc_funct_corr_gga.cpp ../xc_funct_corr_lda.cpp ../xc_funct_exch_gga.cpp ../xc_funct_exch_lda.cpp ../xc_funct_hcth.cpp
19-
../xc_functional_libxc_wrapper_gcxc.cpp ../xc_functional_libxc_wrapper_xc.cpp ../xc_functional_libxc.cpp
19+
../xc_functional_libxc_wrapper_gcxc.cpp ../xc_functional_libxc_wrapper_xc.cpp ../xc_functional_libxc.cpp ../../../source_base/tool_title.cpp
2020
)
2121

2222
if (USE_CUDA)
@@ -41,6 +41,7 @@ AddTest(
4141
../../../source_base/libm/branred.cpp
4242
../../../source_base/libm/sincos.cpp
4343
../../../source_base/module_external/blas_connector_base.cpp ../../../source_base/module_external/blas_connector_vector.cpp ../../../source_base/module_external/blas_connector_matrix.cpp
44+
../../../source_base/tool_title.cpp
4445
../../../source_base/module_fft/fft_bundle.cpp
4546
../../../source_base/module_fft/fft_cpu.cpp
4647
${FFT_SRC}
@@ -57,6 +58,7 @@ AddTest(
5758
../xc_functional_libxc_wrapper_tauxc.cpp
5859
../xc_funct_corr_gga.cpp ../xc_funct_corr_lda.cpp
5960
../xc_funct_exch_gga.cpp ../xc_funct_exch_lda.cpp ../xc_funct_hcth.cpp
61+
../../../source_base/tool_title.cpp
6062
)
6163

6264
AddTest(
@@ -77,6 +79,7 @@ AddTest(
7779
../../../source_base/matrix.cpp
7880
../../../source_base/memory.cpp
7981
../../../source_base/timer.cpp
82+
../../../source_base/tool_title.cpp
8083
../../../source_base/libm/branred.cpp
8184
../../../source_base/libm/sincos.cpp
8285
../../../source_base/module_fft/fft_bundle.cpp

0 commit comments

Comments
 (0)