File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ AddTest(
31
31
)
32
32
ADDTest (
33
33
TARGET base_global_function
34
- LIBS parameter ${math_libs} base device
35
- SOURCES global_function_test.cpp
34
+ 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
36
36
)
37
37
AddTest (
38
38
TARGET base_vector3
@@ -132,8 +132,8 @@ AddTest(
132
132
133
133
AddTest (
134
134
TARGET base_math_chebyshev
135
- LIBS parameter ${math_libs} base device container
136
- SOURCES math_chebyshev_test.cpp
135
+ LIBS parameter ${math_libs} device container
136
+ SOURCES math_chebyshev_test.cpp ../math_chebyshev.cpp ../tool_quit.cpp ../global_variable.cpp ../timer.cpp ../global_file.cpp ../global_function.cpp ../memory.cpp ../parallel_reduce.cpp
137
137
)
138
138
139
139
AddTest (
@@ -144,14 +144,14 @@ AddTest(
144
144
145
145
AddTest (
146
146
TARGET base_opt_CG
147
- LIBS parameter ${math_libs} base device
148
- SOURCES opt_CG_test.cpp opt_test_tools.cpp
147
+ LIBS parameter ${math_libs}
148
+ SOURCES opt_CG_test.cpp opt_test_tools.cpp ../opt_CG.cpp ../opt_DCsrch.cpp ../global_variable.cpp ../parallel_reduce.cpp
149
149
)
150
150
151
151
AddTest (
152
152
TARGET base_opt_TN
153
- LIBS parameter ${math_libs} base device
154
- SOURCES opt_TN_test.cpp opt_test_tools.cpp
153
+ LIBS parameter ${math_libs}
154
+ SOURCES opt_TN_test.cpp opt_test_tools.cpp ../opt_CG.cpp ../opt_DCsrch.cpp ../global_variable.cpp ../parallel_reduce.cpp
155
155
)
156
156
157
157
AddTest (
Original file line number Diff line number Diff line change 4
4
#include " module_parameter/parameter.h"
5
5
#undef private
6
6
#include " ../vector3.h"
7
- #include " ../blas_connector.h"
8
7
#include " ../tool_quit.h"
9
8
#include < string>
10
9
#include < cstring>
You can’t perform that action at this time.
0 commit comments