Sprout/testspr/tools.hpp

23 lines
822 B
C++
Raw Permalink Normal View History

2013-08-08 09:54:33 +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
#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>
#include <testspr/typeinfo.hpp>
2017-09-29 14:17:17 +00:00
#include <testspr/singleton.hpp>
#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