File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ AddTest(
133133AddTest(
134134 TARGET base_math_chebyshev
135135 LIBS parameter ${math_libs} base 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
136+ SOURCES math_chebyshev_test.cpp
137137)
138138
139139AddTest(
@@ -145,13 +145,13 @@ AddTest(
145145AddTest(
146146 TARGET base_opt_CG
147147 LIBS parameter ${math_libs} base device
148- SOURCES opt_CG_test.cpp opt_test_tools.cpp ../opt_CG.cpp ../opt_DCsrch.cpp ../global_variable.cpp ../parallel_reduce.cpp
148+ SOURCES opt_CG_test.cpp opt_test_tools.cpp
149149)
150150
151151AddTest(
152152 TARGET base_opt_TN
153153 LIBS parameter ${math_libs} base device
154- SOURCES opt_TN_test.cpp opt_test_tools.cpp ../opt_CG.cpp ../opt_DCsrch.cpp ../global_variable.cpp ../parallel_reduce.cpp
154+ SOURCES opt_TN_test.cpp opt_test_tools.cpp
155155)
156156
157157AddTest(
You can’t perform that action at this time.
0 commit comments