/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ #pragma once // This will only be defined if cmake couldn't find a static or dynamic library to link against. #cmakedefine BOOST_TEST_USE_INCLUDED // Only one file needs to include the implementation files #if defined(BOOST_TEST_USE_INCLUDED) && defined(TEST_INCLUDE_IMPLEMENTATION) #include #else //If a dynamic library was found, this will be defined before including the header. #cmakedefine BOOST_TEST_DYN_LINK #include #endif