diff --git a/tests/ut/common/graph/CMakeLists.txt b/tests/ut/common/graph/CMakeLists.txt index 99b21182..1c64dce1 100644 --- a/tests/ut/common/graph/CMakeLists.txt +++ b/tests/ut/common/graph/CMakeLists.txt @@ -67,6 +67,7 @@ set(SRC_FILES "${GE_CODE_DIR}/metadef/graph/ge_attr_value.cc" "${GE_CODE_DIR}/metadef/graph/attr_value.cc" "${GE_CODE_DIR}/metadef/graph/buffer.cc" + "${GE_CODE_DIR}/metadef/graph/aligned_ptr.cc" "${GE_CODE_DIR}/metadef/graph/compute_graph.cc" "${GE_CODE_DIR}/metadef/graph/ge_attr_define.cc" "${GE_CODE_DIR}/metadef/graph/graph.cc" diff --git a/tests/ut/ge/CMakeLists.txt b/tests/ut/ge/CMakeLists.txt index 3a06507c..72cbaf63 100755 --- a/tests/ut/ge/CMakeLists.txt +++ b/tests/ut/ge/CMakeLists.txt @@ -89,6 +89,7 @@ set(COMMON_SRC_FILES "${GE_CODE_DIR}/metadef/graph/ge_attr_value.cc" "${GE_CODE_DIR}/metadef/graph/attr_value.cc" "${GE_CODE_DIR}/metadef/graph/buffer.cc" + "${GE_CODE_DIR}/metadef/graph/aligned_ptr.cc" "${GE_CODE_DIR}/metadef/graph/compute_graph.cc" "${GE_CODE_DIR}/metadef/graph/graph.cc" "${GE_CODE_DIR}/metadef/graph/gnode.cc"