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:
@@ -16,9 +16,14 @@ int main()
|
||||
|
||||
#else
|
||||
|
||||
#include <boost/leaf/on_error.hpp>
|
||||
#include <boost/leaf/handle_errors.hpp>
|
||||
#include <boost/leaf/exception.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/exception.hpp>
|
||||
#endif
|
||||
|
||||
#include "lightweight_test.hpp"
|
||||
|
||||
namespace leaf = boost::leaf;
|
||||
|
||||
Reference in New Issue
Block a user