mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Move QTEST_GUILESS_MAIN statements before test cases.
This commit is contained in:
parent
ea3375490c
commit
77af79498c
21 changed files with 40 additions and 41 deletions
|
@ -24,6 +24,8 @@
|
|||
#include "crypto/Crypto.h"
|
||||
#include "streams/HashedBlockStream.h"
|
||||
|
||||
QTEST_GUILESS_MAIN(TestHashedBlockStream)
|
||||
|
||||
void TestHashedBlockStream::initTestCase()
|
||||
{
|
||||
Crypto::init();
|
||||
|
@ -69,5 +71,3 @@ void TestHashedBlockStream::testWriteRead()
|
|||
buffer.reset();
|
||||
buffer.buffer().clear();
|
||||
}
|
||||
|
||||
QTEST_GUILESS_MAIN(TestHashedBlockStream)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue