2013-08-08 09:54:33 +00:00
|
|
|
/*=============================================================================
|
2019-01-07 08:47:17 +00:00
|
|
|
Copyright (c) 2011-2019 Bolero MURAKAMI
|
2013-08-08 09:54:33 +00:00
|
|
|
https://github.com/bolero-MURAKAMI/Sprout
|
|
|
|
|
|
|
|
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)
|
|
|
|
=============================================================================*/
|
2011-12-23 11:59:33 +00:00
|
|
|
#ifndef TESTSPR_TOOLS_HPP
|
|
|
|
#define TESTSPR_TOOLS_HPP
|
|
|
|
|
2013-01-03 08:01:50 +00:00
|
|
|
#include <testspr/assert.hpp>
|
|
|
|
#include <testspr/functional.hpp>
|
|
|
|
#include <testspr/algorithm.hpp>
|
|
|
|
#include <testspr/iterator.hpp>
|
|
|
|
#include <testspr/range.hpp>
|
2016-04-17 07:11:43 +00:00
|
|
|
#include <testspr/utility.hpp>
|
2013-01-03 08:01:50 +00:00
|
|
|
#include <testspr/typeinfo.hpp>
|
2017-09-29 14:17:17 +00:00
|
|
|
#include <testspr/singleton.hpp>
|
2013-01-03 08:01:50 +00:00
|
|
|
#include <testspr/print.hpp>
|
2017-09-29 14:17:17 +00:00
|
|
|
#include <testspr/trace.hpp>
|
2011-12-23 11:59:33 +00:00
|
|
|
|
|
|
|
#endif // #ifndef TESTSPR_TOOLS_HPP
|