Skip to content

Commit

Permalink
Making all unit tests binaries build in out/tests folder (project-chi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine authored Oct 16, 2024
1 parent c710d08 commit 22e9783
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ config("tests_config") {

chip_test_suite("tests") {
output_name = "libEnergyTest"
output_dir = "${root_out_dir}/lib"

public_configs = [ ":tests_config" ]

Expand Down
1 change: 0 additions & 1 deletion src/credentials/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ static_library("cert_test_vectors") {

chip_test_suite("tests") {
output_name = "libCredentialsTest"
output_dir = "${root_out_dir}/lib"

test_sources = [
"TestCertificationDeclaration.cpp",
Expand Down

0 comments on commit 22e9783

Please sign in to comment.