Migrated GN target :neteq_isac_quality_test

Migrated GN target :neteq_isac_quality_test from
webrtc/modules/audio_coding/neteq/neteq_tests.gypi

NOTRY=True

BUG=webrtc:6190

Review-Url: https://codereview.webrtc.org/2226253002
Cr-Commit-Position: refs/heads/master@{#13710}
This commit is contained in:
aleloi 2016-08-10 05:04:47 -07:00 committed by Commit bot
parent e6ca9ec7b9
commit 6df36dc054

View File

@ -1443,4 +1443,21 @@ if (rtc_include_tests) {
"//third_party/gflags",
]
}
executable("neteq_isac_quality_test") {
testonly = true
sources = [
"neteq/test/neteq_isac_quality_test.cc",
]
deps = [
":isac_fix",
":neteq",
":neteq_test_support",
"../../test:test_support_main",
"//testing/gtest",
"//third_party/gflags",
]
}
}