File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
module_base/module_container/ATen/ops/test Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11AddTest(
22 TARGET container_ops_uts
33 LIBS parameter ${math_libs}
4- SOURCES einsum_op_test.cpp linalg_op_test.cpp
4+ SOURCES einsum_op_test.cpp linalg_op_test.cpp ../../kernels/lapack.cpp
55)
66
77target_link_libraries (container_ops_uts container base device)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ AddTest(
3333AddTest(
3434 TARGET elecstate_fp_energy
3535 LIBS parameter ${math_libs} base device
36- SOURCES elecstate_fp_energy_test.cpp ../fp_energy.cpp
36+ SOURCES elecstate_fp_energy_test.cpp ../fp_energy.cpp ../elecstate_energy_terms.cpp
3737)
3838
3939AddTest(
@@ -64,7 +64,7 @@ AddTest(
6464AddTest(
6565 TARGET elecstate_energy
6666 LIBS parameter ${math_libs} base device
67- SOURCES elecstate_energy_test.cpp ../elecstate_energy.cpp ../fp_energy.cpp
67+ SOURCES elecstate_energy_test.cpp ../elecstate_energy.cpp ../fp_energy.cpp ../elecstate_energy_terms.cpp
6868)
6969
7070AddTest(
Original file line number Diff line number Diff line change 11#include < string>
22
3+ #include " module_cell/setup_nonlocal.h"
4+
35#include " gmock/gmock.h"
46#include " gtest/gtest.h"
57#define private public
Original file line number Diff line number Diff line change 11#include < string>
22
3+ #include " module_cell/setup_nonlocal.h"
4+
35#include " gmock/gmock.h"
46#include " gtest/gtest.h"
57#define private public
You can’t perform that action at this time.
0 commit comments