@@ -18,12 +18,12 @@ AddTest(
1818AddTest(
1919 TARGET base_tool_quit
2020 LIBS parameter
21- SOURCES tool_quit_test.cpp ../blas_connector.cpp ../ tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
21+ SOURCES tool_quit_test.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
2222)
2323AddTest(
2424 TARGET base_tool_check
2525 LIBS parameter
26- SOURCES tool_check_test.cpp ../blas_connector.cpp ../ tool_check.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
26+ SOURCES tool_check_test.cpp ../tool_check.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
2727)
2828AddTest(
2929 TARGET base_memory
@@ -42,7 +42,7 @@ AddTest(
4242AddTest(
4343 TARGET base_matrix3
4444 LIBS parameter ${math_libs}
45- SOURCES matrix3_test.cpp ../blas_connector.cpp ../ matrix3.cpp ../matrix.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
45+ SOURCES matrix3_test.cpp ../matrix3.cpp ../matrix.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp ../blas_connector .cpp
4646)
4747AddTest(
4848 TARGET base_intarray
@@ -62,7 +62,7 @@ AddTest(
6262AddTest(
6363 TARGET base_complexarray
6464 LIBS parameter
65- SOURCES complexarray_test.cpp ../blas_connector.cpp ../ complexarray.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
65+ SOURCES complexarray_test.cpp ../complexarray.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
6666)
6767AddTest(
6868 TARGET base_complexmatrix
@@ -72,12 +72,12 @@ AddTest(
7272AddTest(
7373 TARGET base_integral
7474 LIBS parameter
75- SOURCES math_integral_test.cpp ../blas_connector.cpp ../ math_integral.cpp
75+ SOURCES math_integral_test.cpp ../math_integral.cpp
7676)
7777AddTest(
7878 TARGET base_sph_bessel_recursive
7979 LIBS parameter
80- SOURCES sph_bessel_recursive_test.cpp ../blas_connector.cpp ../ sph_bessel_recursive-d1.cpp ../sph_bessel_recursive-d2.cpp
80+ SOURCES sph_bessel_recursive_test.cpp ../sph_bessel_recursive-d1.cpp ../sph_bessel_recursive-d2.cpp
8181)
8282AddTest(
8383 TARGET base_ylmreal
@@ -89,12 +89,12 @@ AddTest(
8989AddTest(
9090 TARGET base_math_sphbes
9191 LIBS parameter
92- SOURCES math_sphbes_test.cpp ../blas_connector.cpp ../ math_sphbes.cpp ../timer.cpp
92+ SOURCES math_sphbes_test.cpp ../math_sphbes.cpp ../timer.cpp
9393)
9494AddTest(
9595 TARGET base_mathzone
9696 LIBS parameter ${math_libs}
97- SOURCES mathzone_test.cpp ../blas_connector.cpp ../ matrix3.cpp ../matrix.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
97+ SOURCES mathzone_test.cpp ../matrix3.cpp ../matrix.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp ../blas_connector .cpp
9898)
9999AddTest(
100100 TARGET base_mathzone_add1
@@ -104,7 +104,7 @@ AddTest(
104104AddTest(
105105 TARGET base_math_polyint
106106 LIBS parameter
107- SOURCES math_polyint_test.cpp ../blas_connector.cpp ../ math_polyint.cpp ../realarray.cpp ../timer.cpp
107+ SOURCES math_polyint_test.cpp ../math_polyint.cpp ../realarray.cpp ../timer.cpp
108108)
109109AddTest(
110110 TARGET base_gram_schmidt_orth
@@ -124,12 +124,12 @@ AddTest(
124124AddTest(
125125 TARGET base_mymath
126126 LIBS parameter
127- SOURCES mymath_test.cpp ../blas_connector.cpp ../ mymath.cpp ../timer.cpp
127+ SOURCES mymath_test.cpp ../mymath.cpp ../timer.cpp
128128)
129129AddTest(
130130 TARGET base_container
131131 LIBS parameter
132- SOURCES container_operator_test.cpp ../blas_connector.cpp ../ container_operator.h
132+ SOURCES container_operator_test.cpp ../container_operator.h
133133)
134134
135135AddTest(
@@ -159,37 +159,37 @@ AddTest(
159159AddTest(
160160 TARGET base_ylm
161161 LIBS parameter
162- SOURCES ylm_test.cpp ../ylm.cpp ../timer.cpp ../blas_connector.cpp ../ tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp
162+ SOURCES ylm_test.cpp ../ylm.cpp ../timer.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp
163163)
164164
165165AddTest(
166166 TARGET base_abfs-vector3_order
167167 LIBS parameter
168- SOURCES abfs-vector3_order_test.cpp ../blas_connector.cpp ../ abfs-vector3_order.cpp
168+ SOURCES abfs-vector3_order_test.cpp ../abfs-vector3_order.cpp
169169)
170170
171171AddTest(
172172 TARGET base_global_file
173173 LIBS parameter
174- SOURCES global_file_test.cpp ../blas_connector.cpp ../ global_file.cpp ../global_function.cpp ../tool_quit.cpp ../global_variable.cpp ../memory.cpp ../timer.cpp
174+ SOURCES global_file_test.cpp ../global_file.cpp ../global_function.cpp ../tool_quit.cpp ../global_variable.cpp ../memory.cpp ../timer.cpp
175175)
176176
177177AddTest(
178178 TARGET base_tool_title
179179 LIBS parameter
180- SOURCES tool_title_test.cpp ../blas_connector.cpp ../ tool_title.cpp ../global_variable.cpp ../global_function.cpp ../timer.cpp ../tool_quit.cpp ../global_file.cpp ../memory.cpp
180+ SOURCES tool_title_test.cpp ../tool_title.cpp ../global_variable.cpp ../global_function.cpp ../timer.cpp ../tool_quit.cpp ../global_file.cpp ../memory.cpp
181181)
182182
183183AddTest(
184184 TARGET base_element_basis_index
185185 LIBS parameter
186- SOURCES element_basis_index_test.cpp ../blas_connector.cpp ../ element_basis_index.cpp
186+ SOURCES element_basis_index_test.cpp ../element_basis_index.cpp
187187)
188188
189189AddTest(
190190 TARGET base_tool_threading
191191 LIBS parameter
192- SOURCES tool_threading_test.cpp ../blas_connector.cpp ../ tool_threading.h
192+ SOURCES tool_threading_test.cpp ../tool_threading.h
193193)
194194
195195AddTest(
@@ -234,6 +234,6 @@ if(ENABLE_GOOGLEBENCH)
234234 AddTest(
235235 TARGET perf_sphbes
236236 LIBS parameter
237- SOURCES perf_sphbes_test.cpp ../blas_connector.cpp ../ math_sphbes.cpp ../timer.cpp
237+ SOURCES perf_sphbes_test.cpp ../math_sphbes.cpp ../timer.cpp
238238 )
239239endif ()
0 commit comments