Configs to run slow_tests.

This test binary has been introduced in [1] and should be run on bots.

[1] - https://webrtc-review.googlesource.com/c/src/+/107345

Bug: webrtc:9518
Change-Id: I77e1aebd5fae73a9168f09334ac09be0e865ae90
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/c/110701
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25614}
This commit is contained in:
Mirko Bonadei
2018-11-13 10:49:02 +01:00
committed by Commit Bot
parent 8fb5746c5a
commit f4ce0e4a9f
3 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@ TESTS = [
'video_engine_tests',
'tools_unittests',
'test_support_unittests',
'slow_tests',
'system_wrappers_unittests',
'rtc_unittests',
'rtc_stats_unittests',

View File

@ -62,6 +62,7 @@ TESTS = [
'rtc_pc_unittests',
'rtc_stats_unittests',
'rtc_unittests',
'slow_tests',
'system_wrappers_unittests',
'test_support_unittests',
'tools_unittests',

View File

@ -102,6 +102,10 @@
"label": "//:rtc_unittests",
"type": "console_test_launcher",
},
"slow_tests": {
"label": "//:slow_tests",
"type": "console_test_launcher",
},
"system_wrappers_unittests": {
"label": "//system_wrappers:system_wrappers_unittests",
"type": "console_test_launcher",