@@ -3,7 +3,7 @@ install(DIRECTORY data DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
3
3
AddTest (
4
4
TARGET base_blas_connector
5
5
LIBS parameter ${math_libs} base device
6
- SOURCES blas_connector_test.cpp ../blas_connector.cpp
6
+ SOURCES blas_connector_test.cpp
7
7
)
8
8
AddTest (
9
9
TARGET base_atom_in
@@ -32,7 +32,7 @@ AddTest(
32
32
ADDTest (
33
33
TARGET base_global_function
34
34
LIBS parameter ${math_libs} base device
35
- SOURCES global_function_test.cpp ../blas_connector.cpp ../global_function.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../memory.cpp ../timer.cpp
35
+ SOURCES global_function_test.cpp
36
36
)
37
37
AddTest (
38
38
TARGET base_vector3
@@ -42,7 +42,7 @@ AddTest(
42
42
AddTest (
43
43
TARGET base_matrix3
44
44
LIBS parameter ${math_libs} base device
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
45
+ SOURCES matrix3_test.cpp
46
46
)
47
47
AddTest (
48
48
TARGET base_intarray
@@ -57,7 +57,7 @@ AddTest(
57
57
AddTest (
58
58
TARGET base_matrix
59
59
LIBS parameter ${math_libs} base device
60
- SOURCES matrix_test.cpp ../blas_connector.cpp ../matrix.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
60
+ SOURCES matrix_test.cpp
61
61
)
62
62
AddTest (
63
63
TARGET base_complexarray
@@ -67,7 +67,7 @@ AddTest(
67
67
AddTest (
68
68
TARGET base_complexmatrix
69
69
LIBS parameter ${math_libs} base device
70
- SOURCES complexmatrix_test.cpp ../blas_connector.cpp ../complexmatrix.cpp ../matrix.cpp
70
+ SOURCES complexmatrix_test.cpp
71
71
)
72
72
AddTest (
73
73
TARGET base_integral
@@ -82,9 +82,7 @@ AddTest(
82
82
AddTest (
83
83
TARGET base_ylmreal
84
84
LIBS parameter ${math_libs} base device
85
- SOURCES math_ylmreal_test.cpp ../blas_connector.cpp ../math_ylmreal.cpp ../complexmatrix.cpp ../global_variable.cpp ../ylm.cpp ../realarray.cpp ../timer.cpp ../matrix.cpp ../vector3.h
86
- ../parallel_reduce.cpp ../parallel_global.cpp ../parallel_comm.cpp ../parallel_common.cpp
87
- ../memory.cpp ../libm/branred.cpp ../libm/sincos.cpp
85
+ SOURCES math_ylmreal_test.cpp ../libm/branred.cpp ../libm/sincos.cpp
88
86
)
89
87
AddTest (
90
88
TARGET base_math_sphbes
@@ -94,12 +92,12 @@ AddTest(
94
92
AddTest (
95
93
TARGET base_mathzone
96
94
LIBS parameter ${math_libs} base device
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
95
+ SOURCES mathzone_test.cpp
98
96
)
99
97
AddTest (
100
98
TARGET base_mathzone_add1
101
99
LIBS parameter ${math_libs} base device
102
- SOURCES mathzone_add1_test.cpp ../blas_connector.cpp ../mathzone_add1.cpp ../math_sphbes.cpp ../matrix3.cpp ../matrix.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
100
+ SOURCES mathzone_add1_test.cpp
103
101
)
104
102
AddTest (
105
103
TARGET base_math_polyint
@@ -109,7 +107,7 @@ AddTest(
109
107
AddTest (
110
108
TARGET base_gram_schmidt_orth
111
109
LIBS parameter ${math_libs} base device
112
- SOURCES gram_schmidt_orth_test.cpp ../blas_connector.cpp ../gram_schmidt_orth.h ../gram_schmidt_orth-inl.h ../global_function.h ../math_integral.cpp
110
+ SOURCES gram_schmidt_orth_test.cpp
113
111
)
114
112
AddTest (
115
113
TARGET base_math_bspline
@@ -119,7 +117,7 @@ AddTest(
119
117
AddTest (
120
118
TARGET base_inverse_matrix
121
119
LIBS parameter ${math_libs} base device
122
- SOURCES inverse_matrix_test.cpp ../blas_connector.cpp ../inverse_matrix.cpp ../complexmatrix.cpp ../matrix.cpp ../timer.cpp
120
+ SOURCES inverse_matrix_test.cpp
123
121
)
124
122
AddTest (
125
123
TARGET base_mymath
@@ -135,25 +133,25 @@ AddTest(
135
133
AddTest (
136
134
TARGET base_math_chebyshev
137
135
LIBS parameter ${math_libs} base device container
138
- SOURCES math_chebyshev_test.cpp ../blas_connector.cpp ../math_chebyshev.cpp ../tool_quit.cpp ../global_variable.cpp ../timer.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../parallel_reduce.cpp
136
+ SOURCES math_chebyshev_test.cpp
139
137
)
140
138
141
139
AddTest (
142
140
TARGET base_lapack_connector
143
141
LIBS parameter ${math_libs} base device
144
- SOURCES lapack_connector_test.cpp ../blas_connector.cpp ../lapack_connector.h
142
+ SOURCES lapack_connector_test.cpp
145
143
)
146
144
147
145
AddTest (
148
146
TARGET base_opt_CG
149
147
LIBS parameter ${math_libs} base device
150
- SOURCES opt_CG_test.cpp opt_test_tools.cpp ../blas_connector.cpp ../opt_CG.cpp ../opt_DCsrch.cpp ../global_variable.cpp ../parallel_reduce.cpp
148
+ SOURCES opt_CG_test.cpp opt_test_tools.cpp
151
149
)
152
150
153
151
AddTest (
154
152
TARGET base_opt_TN
155
153
LIBS parameter ${math_libs} base device
156
- SOURCES opt_TN_test.cpp opt_test_tools.cpp ../blas_connector.cpp ../opt_CG.cpp ../opt_DCsrch.cpp ../global_variable.cpp ../parallel_reduce.cpp
154
+ SOURCES opt_TN_test.cpp opt_test_tools.cpp
157
155
)
158
156
159
157
AddTest (
@@ -194,27 +192,25 @@ AddTest(
194
192
195
193
AddTest (
196
194
TARGET spherical_bessel_transformer
197
- SOURCES spherical_bessel_transformer_test.cpp ../blas_connector.cpp ../spherical_bessel_transformer.cpp ../math_sphbes.cpp ../math_integral.cpp ../timer.cpp
195
+ SOURCES spherical_bessel_transformer_test.cpp
198
196
LIBS parameter ${math_libs} base device
199
197
)
200
198
201
199
AddTest (
202
200
TARGET cubic_spline
203
- SOURCES cubic_spline_test.cpp ../blas_connector.cpp ../cubic_spline.cpp
201
+ SOURCES cubic_spline_test.cpp
204
202
LIBS parameter ${math_libs} base device
205
203
)
206
204
207
205
AddTest (
208
206
TARGET clebsch_gordan_coeff_test
209
- SOURCES clebsch_gordan_coeff_test.cpp ../blas_connector.cpp ../clebsch_gordan_coeff.cpp ../intarray.cpp ../realarray.cpp ../complexmatrix.cpp ../matrix.cpp ../timer.cpp
210
- ../math_ylmreal.cpp ../global_variable.cpp ../ylm.cpp ../timer.cpp ../vector3.h ../parallel_reduce.cpp ../parallel_global.cpp ../parallel_comm.cpp ../parallel_common.cpp
211
- ../memory.cpp ../libm/branred.cpp ../libm/sincos.cpp ../inverse_matrix.cpp ../lapack_connector.h
207
+ SOURCES clebsch_gordan_coeff_test.cpp
212
208
LIBS parameter ${math_libs} base device
213
209
)
214
210
215
211
AddTest (
216
212
TARGET assoc_laguerre_test
217
- SOURCES assoc_laguerre_test.cpp ../blas_connector.cpp ../assoc_laguerre.cpp ../tool_quit.cpp ../global_variable.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../timer.cpp
213
+ SOURCES assoc_laguerre_test.cpp
218
214
LIBS parameter ${math_libs} base device
219
215
)
220
216
0 commit comments