summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/BUILD.gn5
-rw-r--r--chromecast/chromecast_tests.gypi1
2 files changed, 5 insertions, 1 deletions
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 2d53f77..03385af 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -113,7 +113,10 @@ cast_test_group("cast_tests") {
# --enable-local-file-accesses => to load sample media files
# --test-launcher-jobs=1 => so internal code can bind to port
- filters += [ "cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1" ]
+ filters += [
+ "cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1",
+ "cast_media_unittests --test-launcher-jobs=1",
+ ]
if (use_alsa) {
tests +=
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
index 88dfba9..3084ad9 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -187,6 +187,7 @@
# --enable-local-file-accesses => to load sample media files
# --test-launcher-jobs=1 => so internal code can bind to port
'cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1',
+ 'cast_media_unittests --test-launcher-jobs=1',
],
},
'conditions': [