12 lines
394 B
C
12 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;
|