jkxr/Projects/Android/jni/OpenJK/tests/main.cpp
Simon 4597b03873 Initial Commit
Opens in Android Studio but haven't even tried to build it yet (it won't.. I know that much!)
2022-09-18 16:37:21 +01:00

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>