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