]> granicus.if.org Git - icinga2/blob - test/icingaapplication-fixture.hpp
Merge pull request #6999 from Icinga/bugfix/compiler-warnings
[icinga2] / test / icingaapplication-fixture.hpp
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 #ifndef ICINGAAPPLICATION_FIXTURE_H
4 #define ICINGAAPPLICATION_FIXTURE_H
5
6 #include "icinga/icingaapplication.hpp"
7 #include "base/application.hpp"
8 #include <BoostTestTargetConfig.h>
9
10 using namespace icinga;
11
12 struct IcingaApplicationFixture
13 {
14         IcingaApplicationFixture();
15
16         void InitIcingaApplication();
17
18         ~IcingaApplicationFixture();
19 };
20
21 #endif // ICINGAAPPLICATION_FIXTURE_H