2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-12 00:22:18 +00:00
Files
test/test/selfcontained.cpp
Jürgen Hunold a7a9474e04 Add check for self-containment of includes
- cleanup trailing whitespace
2018-09-24 00:48:53 +02:00

16 lines
460 B
C++

// selfcontained.cpp
//
// Copyright (c) 2008
// Steven Watanabe
//
// 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)
#define BOOST_HEADER_TEST_STRINGIZE_IMPL(x) #x
#define BOOST_HEADER_TEST_STRINGIZE(x) BOOST_HEADER_TEST_STRINGIZE_IMPL(x)
#define BOOST_HEADER_TO_TEST BOOST_HEADER_TEST_STRINGIZE(BOOST_HEADER_TEST_NAME)
#include BOOST_HEADER_TO_TEST