Signed-off-by: chuxuezhe11 <hanjixiao@huawei.com>

Change-Id: I965882f6c8268f9537532a4e3e9a711e0f7e0eb3
This commit is contained in:
chuxuezhe11
2021-10-20 20:56:24 -07:00
parent 90180f871f
commit 57d0bf0fdc
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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" ]
}
@@ -72,7 +72,7 @@ public:
static void SetUpTestCase(void);
static void TearDownTestCase(void);
void SetUp();
void TearDown(){};
void TearDown() {};
};
void BytraceNDKTest::SetUpTestCase()
+1 -1
View File
@@ -21,7 +21,7 @@
}
],
"test_list": [
"//developtools/bytrace_standard/bin/test:moduletest"
"//developtools/bytrace_standard/bin/test:unittest"
]
}
}