#define BOOST_TEST_MODULE openrw #include #include "test_Globals.hpp" std::ostream& operator<<(std::ostream& stream, const glm::vec3& v) { stream << v.x << " " << v.y << " " << v.z; return stream; }