From 1a5f36b9b9983700fa4b2f5da9099388cb081c62 Mon Sep 17 00:00:00 2001 From: Andrey Logvin Date: Wed, 28 Apr 2021 13:52:38 +0000 Subject: [PATCH] Make isac_fix_test an rtc_test NOPRESUBMIT=true Bug: None Change-Id: Idc23110859a3a0a11c2635ac3bf74560c0b985b8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216390 Commit-Queue: Andrey Logvin Reviewed-by: Mirko Bonadei Reviewed-by: Henrik Lundin Cr-Commit-Position: refs/heads/master@{#33865} --- modules/audio_coding/BUILD.gn | 2 +- tools_webrtc/get_landmines.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/audio_coding/BUILD.gn b/modules/audio_coding/BUILD.gn index c817905de5..5fa82c85df 100644 --- a/modules/audio_coding/BUILD.gn +++ b/modules/audio_coding/BUILD.gn @@ -1833,7 +1833,7 @@ if (rtc_include_tests) { ] } - rtc_executable("isac_fix_test") { + rtc_test("isac_fix_test") { testonly = true sources = [ "codecs/isac/fix/test/kenny.cc" ] diff --git a/tools_webrtc/get_landmines.py b/tools_webrtc/get_landmines.py index 3b5965fce4..764f053f2a 100755 --- a/tools_webrtc/get_landmines.py +++ b/tools_webrtc/get_landmines.py @@ -55,6 +55,7 @@ def print_landmines(): # pylint: disable=invalid-name print 'Clobber to change neteq_rtpplay type to executable' print 'Clobber to remove .xctest files.' print 'Clobber to remove .xctest files (take 2).' + print 'Switching rtc_executable to rtc_test' def main():