mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Core tests instantiate QCoreApplication instead of QApplication.
This way they can be used without a running X server.
This commit is contained in:
parent
17d0fb9963
commit
a61057d7f6
14 changed files with 59 additions and 13 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include "tests.h"
|
||||
#include "crypto/Crypto.h"
|
||||
#include "crypto/CryptoHash.h"
|
||||
|
||||
|
@ -47,4 +48,4 @@ void TestCryptoHash::test()
|
|||
QByteArray::fromHex("0b56e5f65263e747af4a833bd7dd7ad26a64d7a4de7c68e52364893dca0766b4"));
|
||||
}
|
||||
|
||||
QTEST_MAIN(TestCryptoHash);
|
||||
KEEPASSX_QTEST_CORE_MAIN(TestCryptoHash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue