@@ -18,12 +18,12 @@ AddTest(
1818AddTest(
1919 TARGET base_tool_quit
2020 LIBS parameter
21- SOURCES tool_quit_test.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 ../blas_connector.cpp
2222)
2323AddTest(
2424 TARGET base_tool_check
2525 LIBS parameter
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
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 ../blas_connector.cpp
2727)
2828AddTest(
2929 TARGET base_memory
@@ -32,7 +32,7 @@ AddTest(
3232ADDTest(
3333 TARGET base_global_function
3434 LIBS parameter ${math_libs}
35- SOURCES global_function_test.cpp ../global_function.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../memory.cpp ../timer.cpp
35+ SOURCES global_function_test.cpp ../global_function.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../memory.cpp ../timer.cpp ../blas_connector.cpp
3636)
3737AddTest(
3838 TARGET base_vector3
@@ -42,7 +42,7 @@ AddTest(
4242AddTest(
4343 TARGET base_matrix3
4444 LIBS parameter ${math_libs}
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
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
@@ -57,12 +57,12 @@ AddTest(
5757AddTest(
5858 TARGET base_matrix
5959 LIBS parameter ${math_libs}
60- SOURCES matrix_test.cpp ../matrix.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
60+ SOURCES matrix_test.cpp ../matrix.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp ../blas_connector.cpp
6161)
6262AddTest(
6363 TARGET base_complexarray
6464 LIBS parameter
65- SOURCES complexarray_test.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 ../blas_connector.cpp
6666)
6767AddTest(
6868 TARGET base_complexmatrix
@@ -82,19 +82,19 @@ AddTest(
8282AddTest(
8383 TARGET base_ylmreal
8484 LIBS parameter ${math_libs} device
85- SOURCES math_ylmreal_test.cpp ../math_ylmreal.cpp ../complexmatrix.cpp ../global_variable.cpp ../ylm.cpp ../realarray.cpp ../timer.cpp ../matrix.cpp ../vector3.h
85+ SOURCES math_ylmreal_test.cpp ../math_ylmreal.cpp ../complexmatrix.cpp ../global_variable.cpp ../ylm.cpp ../realarray.cpp ../timer.cpp ../blas_connector.cpp ../matrix.cpp ../vector3.h
8686 ../parallel_reduce.cpp ../parallel_global.cpp ../parallel_comm.cpp ../parallel_common.cpp
8787 ../memory.cpp ../libm/branred.cpp ../libm/sincos.cpp
8888)
8989AddTest(
9090 TARGET base_math_sphbes
9191 LIBS parameter
92- SOURCES math_sphbes_test.cpp ../math_sphbes.cpp ../timer.cpp
92+ SOURCES math_sphbes_test.cpp ../math_sphbes.cpp ../timer.cpp ../blas_connector.cpp
9393)
9494AddTest(
9595 TARGET base_mathzone
9696 LIBS parameter ${math_libs}
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
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 ../math_polyint.cpp ../realarray.cpp ../timer.cpp
107+ SOURCES math_polyint_test.cpp ../math_polyint.cpp ../realarray.cpp ../timer.cpp ../blas_connector.cpp
108108)
109109AddTest(
110110 TARGET base_gram_schmidt_orth
@@ -119,12 +119,12 @@ AddTest(
119119AddTest(
120120 TARGET base_inverse_matrix
121121 LIBS parameter ${math_libs}
122- SOURCES inverse_matrix_test.cpp ../inverse_matrix.cpp ../complexmatrix.cpp ../matrix.cpp ../timer.cpp
122+ SOURCES inverse_matrix_test.cpp ../inverse_matrix.cpp ../complexmatrix.cpp ../matrix.cpp ../timer.cpp ../blas_connector.cpp
123123)
124124AddTest(
125125 TARGET base_mymath
126126 LIBS parameter
127- SOURCES mymath_test.cpp ../mymath.cpp ../timer.cpp
127+ SOURCES mymath_test.cpp ../mymath.cpp ../timer.cpp ../blas_connector.cpp
128128)
129129AddTest(
130130 TARGET base_container
@@ -135,7 +135,7 @@ AddTest(
135135AddTest(
136136 TARGET base_math_chebyshev
137137 LIBS parameter ${math_libs}
138- SOURCES math_chebyshev_test.cpp ../math_chebyshev.cpp ../tool_quit.cpp ../global_variable.cpp ../timer.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp
138+ SOURCES math_chebyshev_test.cpp ../math_chebyshev.cpp ../tool_quit.cpp ../global_variable.cpp ../timer.cpp ../blas_connector.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp
139139)
140140
141141AddTest(
@@ -159,7 +159,7 @@ AddTest(
159159AddTest(
160160 TARGET base_ylm
161161 LIBS parameter
162- SOURCES ylm_test.cpp ../ylm.cpp ../timer.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp
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
163163)
164164
165165AddTest(
@@ -171,13 +171,13 @@ AddTest(
171171AddTest(
172172 TARGET base_global_file
173173 LIBS parameter
174- SOURCES global_file_test.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 ../blas_connector.cpp
175175)
176176
177177AddTest(
178178 TARGET base_tool_title
179179 LIBS parameter
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
180+ SOURCES tool_title_test.cpp ../tool_title.cpp ../global_variable.cpp ../global_function.cpp ../timer.cpp ../blas_connector.cpp ../tool_quit.cpp ../global_file.cpp ../memory.cpp
181181)
182182
183183AddTest(
@@ -194,7 +194,7 @@ AddTest(
194194
195195AddTest(
196196 TARGET spherical_bessel_transformer
197- SOURCES spherical_bessel_transformer_test.cpp ../spherical_bessel_transformer.cpp ../math_sphbes.cpp ../math_integral.cpp ../timer.cpp
197+ SOURCES spherical_bessel_transformer_test.cpp ../spherical_bessel_transformer.cpp ../math_sphbes.cpp ../math_integral.cpp ../timer.cpp ../blas_connector.cpp
198198 LIBS parameter ${math_libs}
199199)
200200
@@ -206,15 +206,15 @@ AddTest(
206206
207207AddTest(
208208 TARGET clebsch_gordan_coeff_test
209- SOURCES clebsch_gordan_coeff_test.cpp ../clebsch_gordan_coeff.cpp ../intarray.cpp ../realarray.cpp ../complexmatrix.cpp ../matrix.cpp ../timer.cpp
209+ SOURCES clebsch_gordan_coeff_test.cpp ../clebsch_gordan_coeff.cpp ../intarray.cpp ../realarray.cpp ../complexmatrix.cpp ../matrix.cpp ../timer.cpp ../blas_connector.cpp
210210 ../math_ylmreal.cpp ../global_variable.cpp ../ylm.cpp ../timer.cpp ../vector3.h ../parallel_reduce.cpp ../parallel_global.cpp ../parallel_comm.cpp ../parallel_common.cpp
211211 ../memory.cpp ../libm/branred.cpp ../libm/sincos.cpp ../inverse_matrix.cpp ../lapack_connector.h
212212 LIBS parameter ${math_libs} device
213213)
214214
215215AddTest(
216216 TARGET assoc_laguerre_test
217- SOURCES assoc_laguerre_test.cpp ../assoc_laguerre.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
217+ SOURCES assoc_laguerre_test.cpp ../assoc_laguerre.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp ../blas_connector.cpp
218218 LIBS parameter ${math_libs}
219219)
220220
@@ -234,6 +234,6 @@ if(ENABLE_GOOGLEBENCH)
234234 AddTest(
235235 TARGET perf_sphbes
236236 LIBS parameter
237- SOURCES perf_sphbes_test.cpp ../math_sphbes.cpp ../timer.cpp
237+ SOURCES perf_sphbes_test.cpp ../math_sphbes.cpp ../timer.cpp ../blas_connector.cpp
238238 )
239239endif ()
0 commit comments