412f6f5352
* Separate build directory for tests and TESTING define * fixup! Separate build directory for tests and TESTING define * fixup! Separate build directory for tests and TESTING define * fixup! Separate build directory for tests and TESTING define
11 lines
394 B
C
11 lines
394 B
C
#include "global.h"
|
|
#include "test_runner.h"
|
|
|
|
__attribute__((weak))
|
|
const bool8 gTestRunnerEnabled = FALSE;
|
|
|
|
// The Makefile patches gTestRunnerHeadless as part of make test.
|
|
// This allows us to open the ROM in an mgba with a UI and see the
|
|
// animations and messages play, which helps when debugging a test.
|
|
const bool8 gTestRunnerHeadless = FALSE;
|
|
const bool8 gTestRunnerSkipIsFail = FALSE;
|