File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 8282 --no-build-embedder-examples \
8383 --embedder-for-target \
8484 --build-tizen-shell
85- ninja -C src/out/$OUTPUT_NAME tizen flutter_tizen_unittests
85+ ninja -C src/out/$OUTPUT_NAME tizen
86+
87+ # Build unittests.
88+ if [[ "$OUTPUT_NAME" == "linux_release_arm" ]]; then
89+ ninja -C src/out/$OUTPUT_NAME flutter_tizen_unittests
90+ fi
8691
8792 src/flutter/ci/tizen/cache-checksum.sh save src/out/$OUTPUT_NAME
8893
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import("//flutter/common/config.gni")
66import (" //flutter/examples/examples.gni" )
77import (" //flutter/shell/platform/config.gni" )
88import (" //flutter/shell/platform/glfw/config.gni" )
9+ import (" //flutter/shell/platform/tizen/config.gni" )
910import (" //flutter/testing/testing.gni" )
1011import (" //third_party/dart/build/dart/copy_tree.gni" )
1112
@@ -135,6 +136,10 @@ group("flutter") {
135136 [ " //flutter/shell/platform/android:flutter_shell_native_unittests" ]
136137 }
137138
139+ if (build_tizen_shell ) {
140+ public_deps += [ " //flutter/shell/platform/tizen:flutter_tizen_unittests" ]
141+ }
142+
138143 # Compile all unittests targets if enabled.
139144 if (enable_unittests ) {
140145 public_deps += [
You can’t perform that action at this time.
0 commit comments