Skip to content

Commit 22e9783

Browse files
authored
Making all unit tests binaries build in out/tests folder (project-chip#36095)
1 parent c710d08 commit 22e9783

File tree

2 files changed

+0
-2
lines changed
  • examples/energy-management-app/energy-management-common/tests
  • src/credentials/tests

2 files changed

+0
-2
lines changed

examples/energy-management-app/energy-management-common/tests/BUILD.gn

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ config("tests_config") {
2323

2424
chip_test_suite("tests") {
2525
output_name = "libEnergyTest"
26-
output_dir = "${root_out_dir}/lib"
2726

2827
public_configs = [ ":tests_config" ]
2928

src/credentials/tests/BUILD.gn

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ static_library("cert_test_vectors") {
4343

4444
chip_test_suite("tests") {
4545
output_name = "libCredentialsTest"
46-
output_dir = "${root_out_dir}/lib"
4746

4847
test_sources = [
4948
"TestCertificationDeclaration.cpp",

0 commit comments

Comments
 (0)