diff --git a/tests/common/source/main.cpp b/tests/common/source/main.cpp index 49493c3d7..03f2066a3 100644 --- a/tests/common/source/main.cpp +++ b/tests/common/source/main.cpp @@ -1,6 +1,9 @@ #include + +#include #include #include + #include #include @@ -45,5 +48,7 @@ int main(int argc, char **argv) { else hex::log::info("Failed!"); + hex::EventManager::clear(); + return result; } \ No newline at end of file