[client] tests: initialize debug for input manager

This commit is contained in:
Geoffrey McRae
2026-08-09 01:57:36 +10:00
parent 487920ada3
commit 008a4482d6

View File

@@ -25,6 +25,8 @@
#include "test.h" #include "test.h"
#include "util.h" #include "util.h"
#include "common/debug.h"
#include <math.h> #include <math.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdint.h> #include <stdint.h>
@@ -870,6 +872,7 @@ static const struct Test tests[] = {
int main(int argc, char ** argv) int main(int argc, char ** argv)
{ {
debug_init();
lgInput_init(); lgInput_init();
lgInput_setFallback(&inputOps, NULL); lgInput_setFallback(&inputOps, NULL);