Skip to content

Commit d87e006

Browse files
authored
Add pigweed support for tizen (project-chip#32503)
1 parent e6e1c3a commit d87e006

File tree

1 file changed

+14
-0
lines changed
  • src/test_driver/tizen

1 file changed

+14
-0
lines changed

src/test_driver/tizen/.gn

+14
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# limitations under the License.
1414

1515
import("//build_overrides/build.gni")
16+
import("//build_overrides/chip.gni")
17+
import("//build_overrides/pigweed.gni")
1618

1719
# The location of the build configuration file.
1820
buildconfig = "${build_root}/config/BUILDCONFIG.gn"
@@ -22,4 +24,16 @@ check_system_includes = true
2224

2325
default_args = {
2426
target_os = "tizen"
27+
28+
pw_sys_io_BACKEND = "$dir_pw_sys_io_stdio"
29+
pw_assert_BACKEND = "$dir_pw_assert_log"
30+
pw_log_BACKEND = "$dir_pw_log_basic"
31+
32+
pw_unit_test_BACKEND = "$dir_pw_unit_test:light"
33+
34+
# TODO: Make sure only unit tests link against this
35+
pw_build_LINK_DEPS = [
36+
"$dir_pw_assert:impl",
37+
"$dir_pw_log:impl",
38+
]
2539
}

0 commit comments

Comments
 (0)