mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-01 16:32:31 +01:00
6 lines
104 B
C++
6 lines
104 B
C++
|
#include <boost/test/unit_test.hpp>
|
||
|
|
||
|
BOOST_AUTO_TEST_SUITE(StateUnitTests)
|
||
|
|
||
|
BOOST_AUTO_TEST_SUITE_END()
|