Skip to content

Commit

Permalink
Fixup naming for the unit tests after build script renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jul 13, 2021
1 parent 04760bf commit f864715
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/build/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ if (chip_build_tests) {
action("all_platform_build_example") {
_output_file = "$target_gen_dir/all_platform_build_commands.txt"

script = "chipbuild.py"
script = "build_examples.py"
outputs = [ _output_file ]

# chipbuild script
# build script source files
inputs = [
"./build/__init__.py",
"./build/factory.py",
Expand All @@ -35,7 +35,6 @@ if (chip_build_tests) {
"./builders/esp32.py",
"./builders/linux.py",
"./builders/qpg.py",
"./chipbuild.py",
"expected_all_platform_commands.txt",
"./runner/__init__.py",
"./runner/printonly.py",
Expand Down

0 comments on commit f864715

Please sign in to comment.