mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 00:31:31 +00:00
[client] tests: initialize debug for input manager
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#include "test.h"
|
||||
#include "util.h"
|
||||
|
||||
#include "common/debug.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
@@ -870,6 +872,7 @@ static const struct Test tests[] = {
|
||||
|
||||
int main(int argc, char ** argv)
|
||||
{
|
||||
debug_init();
|
||||
lgInput_init();
|
||||
lgInput_setFallback(&inputOps, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user