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():