mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
tests: Clear events after tests ran
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include <hex.hpp>
|
||||
|
||||
#include <hex/api/event_manager.hpp>
|
||||
#include <hex/helpers/utils.hpp>
|
||||
#include <hex/helpers/logger.hpp>
|
||||
|
||||
#include <hex/test/tests.hpp>
|
||||
|
||||
#include <cstdlib>
|
||||
@@ -45,5 +48,7 @@ int main(int argc, char **argv) {
|
||||
else
|
||||
hex::log::info("Failed!");
|
||||
|
||||
hex::EventManager::clear();
|
||||
|
||||
return result;
|
||||
}
|
||||
Reference in New Issue
Block a user