From 2e42cbc1b1535acf8ee4cfd67ed8d8eaf000baf2 Mon Sep 17 00:00:00 2001 From: echo <2220386943@qq.com> Date: Mon, 22 Apr 2024 17:11:33 +0800 Subject: [PATCH] test --- test/test_symbol/case/test_name.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/test_symbol/case/test_name.cpp diff --git a/test/test_symbol/case/test_name.cpp b/test/test_symbol/case/test_name.cpp new file mode 100644 index 0000000..29274a9 --- /dev/null +++ b/test/test_symbol/case/test_name.cpp @@ -0,0 +1,19 @@ +/****************************************************************************** + * Copyright (c) Huawei Technologies Co., Ltd. 2024. All rights reserved. + * libkperf is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: + * http://license.coscl.org.cn/MulanPSL2 + * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR + * PURPOSE. + * See the Mulan PSL v2 for more details. + * Author: Mr.Li + * Create: 2024-04-03 + * Description: Provide a simple case for test_libsym. + ******************************************************************************/ +#include + +int main(){ + std::cout << "test" << std::endl; +} \ No newline at end of file -- Gitee