Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jun 8, 2023
1 parent d5a5a76 commit c9ed837
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (chip_build_tests) {
]

if (matter_enable_tracing_support) {
deps += ["${chip_root}/src/tracing/tests"]
deps += [ "${chip_root}/src/tracing/tests" ]
}
}

Expand Down
26 changes: 12 additions & 14 deletions src/tracing/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,21 @@ import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")
import("//build_overrides/nlunit_test.gni")

import("${chip_root}/src/tracing/tracing_args.gni")
import("${chip_root}/build/chip/chip_test_suite.gni")
import("${chip_root}/src/tracing/tracing_args.gni")

if (matter_enable_tracing_support) {
chip_test_suite("tests") {
output_name = "libTracingTests"

chip_test_suite("tests") {
output_name = "libTracingTests"

test_sources = [ "TestTracing.cpp" ]
sources = []

public_deps = [
"${chip_root}/src/lib/support:testing",
"${chip_root}/src/platform",
"${chip_root}/src/tracing",
"${nlunit_test_root}:nlunit-test",
]
}
test_sources = [ "TestTracing.cpp" ]
sources = []

public_deps = [
"${chip_root}/src/lib/support:testing",
"${chip_root}/src/platform",
"${chip_root}/src/tracing",
"${nlunit_test_root}:nlunit-test",
]
}
}

0 comments on commit c9ed837

Please sign in to comment.