Victor Boivie | 7d3c49a | 2021-03-25 12:11:03 | [diff] [blame] | 1 | # Copyright (c) 2021 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license |
| 4 | # that can be found in the LICENSE file in the root of the source |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
| 9 | import("../../webrtc.gni") |
| 10 | |
| 11 | if (rtc_include_tests) { |
| 12 | rtc_test("dcsctp_unittests") { |
| 13 | testonly = true |
| 14 | deps = [ |
| 15 | "../../test:test_main", |
Victor Boivie | a4d5e24 | 2021-03-30 08:03:51 | [diff] [blame] | 16 | "common:dcsctp_common_unittests", |
Victor Boivie | a30362c | 2021-04-11 17:56:19 | [diff] [blame] | 17 | "fuzzers:dcsctp_fuzzers_unittests", |
Victor Boivie | 7d3c49a | 2021-03-25 12:11:03 | [diff] [blame] | 18 | "packet:dcsctp_packet_unittests", |
Victor Boivie | a865519 | 2021-04-01 06:23:54 | [diff] [blame] | 19 | "public:dcsctp_public_unittests", |
Victor Boivie | b2d539b | 2021-04-01 21:36:03 | [diff] [blame] | 20 | "rx:dcsctp_rx_unittests", |
Victor Boivie | b9bdf64 | 2021-04-06 17:55:51 | [diff] [blame] | 21 | "socket:dcsctp_socket_unittests", |
Victor Boivie | 6fa0cfa | 2021-03-30 20:54:41 | [diff] [blame] | 22 | "timer:dcsctp_timer_unittests", |
Victor Boivie | 762f21c | 2021-04-03 22:15:47 | [diff] [blame] | 23 | "tx:dcsctp_tx_unittests", |
Victor Boivie | 7d3c49a | 2021-03-25 12:11:03 | [diff] [blame] | 24 | ] |
| 25 | } |
| 26 | } |