blob: f7d84da432cf03a5379b34d349dfa9d6d3c82d9e [file] [log] [blame]
Harald Alvestrand3cc45d42019-03-14 04:42:041/*
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"
32#include "api/test/fake_media_transport.h"
33#include "api/test/loopback_media_transport.h"
34#include "api/test/mock_audio_mixer.h"
35#include "api/test/mock_frame_decryptor.h"
36#include "api/test/mock_frame_encryptor.h"
Steve Antonf84ab8e2020-06-03 16:18:2437#include "api/test/mock_peer_connection_factory_interface.h"
Harald Alvestrand3cc45d42019-03-14 04:42:0438#include "api/test/mock_peerconnectioninterface.h"
39#include "api/test/mock_rtpreceiver.h"
40#include "api/test/mock_rtpsender.h"
Marina Cioceabb13f382020-05-15 06:24:1741#include "api/test/mock_transformable_video_frame.h"
Harald Alvestrand3cc45d42019-03-14 04:42:0442#include "api/test/mock_video_bitrate_allocator.h"
43#include "api/test/mock_video_bitrate_allocator_factory.h"
44#include "api/test/mock_video_decoder.h"
45#include "api/test/mock_video_decoder_factory.h"
46#include "api/test/mock_video_encoder.h"
47#include "api/test/mock_video_encoder_factory.h"