Switch neteq_rtpplay into an executable.
Bug: None Change-Id: Iecfe4f59336081583850ebcef9e115821a3f27f7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146715 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28677}
This commit is contained in:
parent
5cd1341588
commit
b79f564b53
@ -1488,7 +1488,7 @@ if (rtc_include_tests) {
|
||||
]
|
||||
}
|
||||
|
||||
rtc_test("neteq_rtpplay") {
|
||||
rtc_executable("neteq_rtpplay") {
|
||||
testonly = true
|
||||
visibility += [ "*" ]
|
||||
defines = []
|
||||
|
||||
@ -53,6 +53,7 @@ def print_landmines(): # pylint: disable=invalid-name
|
||||
print ('Clobber to fix https://codereview.webrtc.org/2767383005 before'
|
||||
'landing (changing rtc_executable -> rtc_test on iOS)')
|
||||
print 'Another landmine for low_bandwidth_audio_test (webrtc:7430)'
|
||||
print 'Clobber to change neteq_rtpplay type to executable'
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user