mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-27 01:30:28 +00:00
修改顺序
Signed-off-by: yuanye <yuanye64@huawei.com>
This commit is contained in:
parent
a52ee8d190
commit
748ea02642
@ -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
4
test/BUILD.gn
Normal file → Executable 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") {
|
||||
|
Loading…
Reference in New Issue
Block a user