mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-12-13 22:21:32 +00:00
8 lines
195 B
C++
8 lines
195 B
C++
|
// create default module initialization
|
||
|
#define BOOST_TEST_MODULE OpenJK
|
||
|
|
||
|
// let the boost unit test framework create a main function
|
||
|
#define BOOST_TEST_MAIN
|
||
|
|
||
|
#include <boost/test/unit_test.hpp>
|