2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-15 01:22:08 +00:00
Files
test/src/unit_test_monitor.cpp
Gennadiy Rozental ffb90f21b7 file headers cleanup
2015-09-29 22:18:22 -04:00

16 lines
474 B
C++

// (C) Copyright Gennadiy Rozental 2001.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// See http://www.boost.org/libs/test for the library home page.
//
/// @file
/// @brief forwarding source
// ***************************************************************************
#define BOOST_TEST_SOURCE
#include <boost/test/impl/unit_test_monitor.ipp>
// EOF