mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-29 05:18:04 +03:00
6 lines
125 B
C++
6 lines
125 B
C++
#include <State.hpp>
|
|
#include <boost/test/unit_test.hpp>
|
|
|
|
BOOST_AUTO_TEST_SUITE(StateUnitTests)
|
|
|
|
BOOST_AUTO_TEST_SUITE_END()
|