mirror of
https://github.com/openharmony/developtools_bytrace.git
synced 2026-07-18 16:24:29 -04:00
Signed-off-by: chuxuezhe11 <hanjixiao@huawei.com>
Change-Id: I965882f6c8268f9537532a4e3e9a711e0f7e0eb3
This commit is contained in:
+3
-3
@@ -20,9 +20,9 @@ config("module_private_config") {
|
||||
visibility = [ ":*" ]
|
||||
}
|
||||
|
||||
ohos_moduletest("BytraceNDKTest") {
|
||||
ohos_unittest("BytraceNDKTest") {
|
||||
module_out_path = module_output_path
|
||||
sources = [ "moduletest/common/native/bytrace_ndk_test.cpp" ]
|
||||
sources = [ "unittest/common/native/bytrace_ndk_test.cpp" ]
|
||||
deps = [
|
||||
"${bytrace_path}/bin:bytrace_capture_inner",
|
||||
"${innerkits_path}/native:bytrace_core",
|
||||
@@ -35,7 +35,7 @@ ohos_moduletest("BytraceNDKTest") {
|
||||
include_dirs = [ "${innerkits_path}/bytrace/bytrace_native/include" ]
|
||||
}
|
||||
|
||||
group("moduletest") {
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
deps = [ ":BytraceNDKTest" ]
|
||||
}
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@ public:
|
||||
static void SetUpTestCase(void);
|
||||
static void TearDownTestCase(void);
|
||||
void SetUp();
|
||||
void TearDown(){};
|
||||
void TearDown() {};
|
||||
};
|
||||
|
||||
void BytraceNDKTest::SetUpTestCase()
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
}
|
||||
],
|
||||
"test_list": [
|
||||
"//developtools/bytrace_standard/bin/test:moduletest"
|
||||
"//developtools/bytrace_standard/bin/test:unittest"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user