修改顺序

Signed-off-by: yuanye <yuanye64@huawei.com>
This commit is contained in:
yuanye 2024-11-04 19:52:55 +08:00
parent a52ee8d190
commit 748ea02642
2 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@
#include "command_reporter.h"
#ifdef ENABLE_HISYSEVENT
#include "hiperf_hilog.h"
#include "hisysevent.h"
#include "utilities.h"
#include "hiperf_hilog.h"
#endif
namespace OHOS::Developtools::HiPerf {

4
test/BUILD.gn Normal file → Executable file
View File

@ -67,8 +67,8 @@ common_deps = [
"${hiperf_path}/:hiperf_platform_common",
"${hiperf_path}/:hiperf_platform_host",
"${hiperf_path}/:hiperf_platform_linux",
"${hiperf_path}/interfaces/innerkits/native:hiperf_client_static",
"${hiperf_path}/:hiperf_disable_hisysevent",
"${hiperf_path}/interfaces/innerkits/native:hiperf_client_static",
"//third_party/googletest:gmock_main",
"//third_party/googletest:gtest_main",
]
@ -121,8 +121,8 @@ fuzz_deps = [
"${hiperf_path}/:hiperf_platform_common",
"${hiperf_path}/:hiperf_platform_host",
"${hiperf_path}/:hiperf_platform_linux",
"${hiperf_path}/interfaces/innerkits/native:hiperf_client_static",
"${hiperf_path}/:hiperf_disable_hisysevent",
"${hiperf_path}/interfaces/innerkits/native:hiperf_client_static",
]
ohos_fuzztest("CommandLineFuzzTest") {