run self test on unhooked code

This commit is contained in:
2018-01-03 22:47:12 +01:00
parent 2048bdb6e1
commit 117de6e081

View File

@@ -19,6 +19,8 @@ int main(int argc, char** argv) {
g_MinHook
};
SelfTest();
for(auto&& x : engines) {
if (!x->hook_all()) {
std::cerr << x->name() << " can't hook\n";