mirror of
https://github.com/boostorg/leaf.git
synced 2026-01-19 04:22:08 +00:00
Duplicated unit tests: testing each with single header and with individual headers
This commit is contained in:
@@ -6,9 +6,14 @@
|
||||
#include <boost/leaf/detail/config.hpp>
|
||||
#include <boost/leaf/handle_errors.hpp>
|
||||
|
||||
#include <boost/leaf/result.hpp>
|
||||
#include <exception>
|
||||
#ifdef BOOST_LEAF_TEST_SINGLE_HEADER
|
||||
# include <boost/leaf.hpp>
|
||||
#else
|
||||
# include <boost/leaf/result.hpp>
|
||||
#endif
|
||||
|
||||
#include "lightweight_test.hpp"
|
||||
#include <exception>
|
||||
|
||||
namespace leaf = boost::leaf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user