We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ea260 commit 43c82acCopy full SHA for 43c82ac
build/chip/chip_test_suite.gni
@@ -109,12 +109,12 @@ template("chip_test_suite") {
109
pw_test(_test_name) {
110
# Forward certain variables from the invoker.
111
forward_variables_from(invoker,
112
- [
113
- "deps",
114
- "public_deps",
115
- "cflags",
116
- "configs",
117
- ])
+ [
+ "deps",
+ "public_deps",
+ "cflags",
+ "configs",
+ ])
118
119
# Link to the common lib for this suite so we get its `sources`.
120
public_deps += [ ":${_suite_name}.lib" ]
src/test_driver/efr32/args.gni
@@ -51,4 +51,4 @@ _ldscript =
51
test_executable_ldflags = [
52
"-T" + rebase_path(_ldscript, root_build_dir),
53
"-Wl,--no-warn-rwx-segment",
54
-]
+]
0 commit comments