blob: 44b9b1fe68741c4b2307c2899303b89594502921 [file] [log] [blame]
Harald Alvestrand3cc45d42019-03-14 05:42:04 +01001/*
2 * Copyright 2019 The WebRTC project authors. All Rights Reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10
11// This file verifies that all include files in this directory can be
12// compiled without errors or other required includes.
13
14// Note: The following header files are not not tested here, as their
15// associated targets are not included in all configurations.
16// "api/test/audioproc_float.h"
17// "api/test/create_video_quality_test_fixture.h"
18// "api/test/neteq_simulator_factory.h"
19// "api/test/video_quality_test_fixture.h"
20// The following header files are also not tested:
21// "api/test/create_simulcast_test_fixture.h"
22// "api/test/create_videocodec_test_fixture.h"
23// "api/test/neteq_simulator.h"
24// "api/test/simulated_network.h"
25// "api/test/simulcast_test_fixture.h"
26// "api/test/test_dependency_factory.h"
27// "api/test/videocodec_test_fixture.h"
28// "api/test/videocodec_test_stats.h"
29
30#include "api/test/fake_frame_decryptor.h"
31#include "api/test/fake_frame_encryptor.h"
Harald Alvestrand3cc45d42019-03-14 05:42:04 +010032#include "api/test/mock_audio_mixer.h"
33#include "api/test/mock_frame_decryptor.h"
34#include "api/test/mock_frame_encryptor.h"
Steve Antonf84ab8e2020-06-03 09:18:24 -070035#include "api/test/mock_peer_connection_factory_interface.h"
Harald Alvestrand3cc45d42019-03-14 05:42:04 +010036#include "api/test/mock_peerconnectioninterface.h"
37#include "api/test/mock_rtpreceiver.h"
38#include "api/test/mock_rtpsender.h"
Marina Cioceabb13f382020-05-15 08:24:17 +020039#include "api/test/mock_transformable_video_frame.h"
Harald Alvestrand3cc45d42019-03-14 05:42:04 +010040#include "api/test/mock_video_bitrate_allocator.h"
41#include "api/test/mock_video_bitrate_allocator_factory.h"
42#include "api/test/mock_video_decoder.h"
43#include "api/test/mock_video_decoder_factory.h"
44#include "api/test/mock_video_encoder.h"
45#include "api/test/mock_video_encoder_factory.h"