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 <landrey@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33865}
This commit is contained in:
Andrey Logvin 2021-04-28 13:52:38 +00:00 committed by WebRTC LUCI CQ
parent b2f8c1675d
commit 1a5f36b9b9
2 changed files with 2 additions and 1 deletions

View file

@ -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" ]

View file

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