@@ -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
88AddTest(
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
1515AddTest(
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
2222if (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
6264AddTest(
@@ -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