mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
8 lines
153 B
C++
8 lines
153 B
C++
#include <State.hpp>
|
|
#include <boost/test/unit_test.hpp>
|
|
#include "test_globals.hpp"
|
|
|
|
BOOST_AUTO_TEST_SUITE(StateUnitTests)
|
|
|
|
BOOST_AUTO_TEST_SUITE_END()
|