2021-03-25 13:11:03 +01:00
|
|
|
# Copyright (c) 2021 The WebRTC project authors. All Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
|
|
|
|
|
import("../../webrtc.gni")
|
|
|
|
|
|
|
|
|
|
if (rtc_include_tests) {
|
|
|
|
|
rtc_test("dcsctp_unittests") {
|
|
|
|
|
testonly = true
|
|
|
|
|
deps = [
|
|
|
|
|
"../../test:test_main",
|
2021-03-30 10:03:51 +02:00
|
|
|
"common:dcsctp_common_unittests",
|
2021-03-25 13:11:03 +01:00
|
|
|
"packet:dcsctp_packet_unittests",
|
2021-04-01 08:23:54 +02:00
|
|
|
"public:dcsctp_public_unittests",
|
2021-03-25 13:11:03 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|