mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
7 lines
229 B
C
7 lines
229 B
C
// Small header computed by CMake to set up boost test.
|
|
// include AFTER #define BOOST_TEST_MODULE whatever
|
|
// but before any other boost test includes.
|
|
|
|
// Using the Boost UTF static library
|
|
|
|
#include <boost/test/unit_test.hpp>
|