mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-23 04:22:27 +00:00
4597b03873
Opens in Android Studio but haven't even tried to build it yet (it won't.. I know that much!)
7 lines
195 B
C++
7 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>
|