2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-01 08:32:14 +00:00

Duplicated unit tests: testing each with single header and with individual headers

This commit is contained in:
Emil Dotchevski
2020-12-09 00:26:59 -08:00
parent 20f0073110
commit fdff6508ce
64 changed files with 511 additions and 190 deletions

View File

@@ -3,9 +3,14 @@
// 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)
#include <boost/leaf/on_error.hpp>
#include <boost/leaf/handle_errors.hpp>
#include <boost/leaf/result.hpp>
#ifdef BOOST_LEAF_TEST_SINGLE_HEADER
# include <boost/leaf.hpp>
#else
# include <boost/leaf/on_error.hpp>
# include <boost/leaf/handle_errors.hpp>
# include <boost/leaf/result.hpp>
#endif
#include "lightweight_test.hpp"
#include <sstream>