Sprout/testspr/tools.hpp
2013-01-03 17:01:50 +09:00

12 lines
321 B
C++

#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>
#include <testspr/typeinfo.hpp>
#include <testspr/print.hpp>
#endif // #ifndef TESTSPR_TOOLS_HPP