Echo Writes Code

test.hpp

1
2
3
4
5
6
7
#ifndef CRUCIBLE_TEST_HPP
#define CRUCIBLE_TEST_HPP

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

#endif // CRUCIBLE_TEST_HPP