1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-02 08:39:49 +02:00

tests: Include main test function from boost/test/unit_test.hpp

See https://bugzilla.redhat.com/show_bug.cgi?id=1446852
This commit is contained in:
Anonymous Maarten 2017-08-30 20:30:43 +02:00 committed by Daniel Evans
parent aa1bbb0b57
commit 1af5d74faa

View File

@ -1,5 +1,5 @@
#define BOOST_TEST_MODULE openrw
#include <boost/test/included/unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include "test_Globals.hpp"
std::ostream& operator<<(std::ostream& stream, const glm::vec3& v) {