Fix unit test to work with logging

This commit is contained in:
Daniel Öster 2025-08-31 11:37:39 +03:00
parent 8af86d9f29
commit 825db3567f
2 changed files with 7 additions and 6 deletions

3
test/emul/Logging.cpp Normal file
View file

@ -0,0 +1,3 @@
#include "Logging.h"
Logging logging;