MCPcopy Create free account
hub / github.com/Icinga/icinga2 / BOOST_TEST_CALL_DECL main

Function BOOST_TEST_CALL_DECL main

test/test-runner.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <BoostTestTargetConfig.h>
10
11int BOOST_TEST_CALL_DECL
12main(int argc, char **argv)
13{
14 std::_Exit(boost::unit_test::unit_test_main(init_unit_test, argc, argv));
15 return EXIT_FAILURE;
16}
17
18#ifdef _WIN32
19#include <boost/test/impl/unit_test_main.ipp>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected