Echo Writes Code

test.hpp

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef CRUCIBLE_TEST_HPP
#define CRUCIBLE_TEST_HPP

// -----------------------------------------------------------------------------------------------
// Header files ----------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------

#include "crucible/test/copy_move_tracer.hpp"
#include "crucible/test/suite.hpp"

// -----------------------------------------------------------------------------------------------
// Inline files ----------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------

#include "crucible/test/copy_move_tracer.inl"
#include "crucible/test/suite.inl"

#endif // CRUCIBLE_TEST_HPP