Migrated GN target :g711_test
Migrated GN target :g711_test from webrtc/modules/audio_coding/codecs/g711/g711.gypi NOTRY=True BUG=webrtc:6191 Review-Url: https://codereview.webrtc.org/2273623002 Cr-Commit-Position: refs/heads/master@{#13864}
This commit is contained in:
@ -1539,4 +1539,19 @@ if (rtc_include_tests) {
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
executable("g711_test") {
|
||||
testonly = true
|
||||
|
||||
sources = [
|
||||
"codecs/g711/test/testG711.cc",
|
||||
]
|
||||
|
||||
configs += [ "../..:common_config" ]
|
||||
public_configs = [ "../..:common_inherited_config" ]
|
||||
|
||||
deps = [
|
||||
":g711",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user