From 5076165229c1915c1ab96985852928e0946f5c07 Mon Sep 17 00:00:00 2001 From: zhaozhen Date: Fri, 23 May 2025 16:49:36 +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_huks | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 framework/test/coretest/.keep create mode 100644 framework/test/coretest/hdf_core_test_for_huks 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_huks b/framework/test/coretest/hdf_core_test_for_huks new file mode 100644 index 000000000..51daf4020 --- /dev/null +++ b/framework/test/coretest/hdf_core_test_for_huks @@ -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_huks \ No newline at end of file -- Gitee