irccd
3.0.3
test.hpp
1
/*
2
* test.hpp -- libirccd-test convenience header
3
*
4
* Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
5
*
6
* Permission to use, copy, modify, and/or distribute this software for any
7
* purpose with or without fee is hereby granted, provided that the above
8
* copyright notice and this permission notice appear in all copies.
9
*
10
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
*/
18
19
#ifndef IRCCD_TEST_HPP
20
#define IRCCD_TEST_HPP
21
27
#include "sysconfig.hpp"
28
29
#include "test/broken_plugin.hpp"
30
#include "test/cli_fixture.hpp"
31
#include "test/command_fixture.hpp"
32
#include "test/debug_server.hpp"
33
#include "test/irccd_fixture.hpp"
34
#include "test/js_fixture.hpp"
35
#include "test/js_plugin_fixture.hpp"
36
#include "test/mock.hpp"
37
#include "test/mock_plugin.hpp"
38
#include "test/mock_server.hpp"
39
#include "test/mock_stream.hpp"
40
#include "test/test_plugin_loader.hpp"
41
42
namespace
irccd
{
43
47
namespace
test {
48
49
}
// !test
50
51
}
// !irccd
52
53
#endif // !IRCCD_TEST_HPP
irccd
Parent namespace.
Definition:
acceptor.hpp:43
Generated by
1.8.18