1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-25 03:42:48 +01:00

tests: set the test module name to openrw

This commit is contained in:
Anonymous Maarten 2017-02-18 16:52:22 +01:00 committed by Daniel Evans
parent e28e429b86
commit 9cf939433c

View File

@ -1,4 +1,4 @@
#define BOOST_TEST_MODULE gtfw
#define BOOST_TEST_MODULE openrw
#include <boost/test/included/unit_test.hpp>
#include "test_globals.hpp"