mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 20:24:18 +01:00
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
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;
|