From 1d00faa364e5d06148c74a49d35d711623190980 Mon Sep 17 00:00:00 2001 From: zhaozhen Date: Fri, 23 May 2025 16:49:33 +0800 Subject: [PATCH] add framework/test/coretest/hdf_core_test_for_* Signed-off-by: Zhao Zhen --- framework/test/coretest/.keep | 0 framework/test/coretest/hdf_core_test_for_face | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 framework/test/coretest/.keep create mode 100644 framework/test/coretest/hdf_core_test_for_face diff --git a/framework/test/coretest/.keep b/framework/test/coretest/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/framework/test/coretest/hdf_core_test_for_face b/framework/test/coretest/hdf_core_test_for_face new file mode 100644 index 000000000..db6cb9ab1 --- /dev/null +++ b/framework/test/coretest/hdf_core_test_for_face @@ -0,0 +1,8 @@ +/* + * Copyright (c) 2025 Huawei Device Co., Ltd. + * + * HDF is dual licensed: you can use it either under the terms of + * the GPL, or the BSD license, at your option. + * See the LICENSE file in the root of this repository for complete details. + */ + hdf_core_test_for_face \ No newline at end of file -- Gitee