mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "rbx/test/Base.UnitTest.Lib.h"
|
||||
|
||||
namespace RBX {
|
||||
namespace Test {
|
||||
// Define this fixture in your project:
|
||||
// BOOST_GLOBAL_FIXTURE(AppGlobalFixture);
|
||||
class AppGlobalFixture
|
||||
{
|
||||
public:
|
||||
AppGlobalFixture();
|
||||
|
||||
// returns true if the arg is processed
|
||||
static bool processArg(const std::string arg);
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user