Fix tests crash due to incomplete cleanup

This commit is contained in:
Lukas W
2018-06-21 13:31:51 +02:00
parent 2f8e231b8c
commit 119efeec01

View File

@@ -19,5 +19,7 @@ int main(int argc, char* argv[])
failed += QTest::qExec(suite, argc, argv);
}
qDebug() << "<<" << failed << "out of"<<numsuites<<"test suites failed.";
Engine::destroy();
return failed;
}