mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +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
|
@ -21,6 +21,7 @@
|
|||
#include <QtTest/QTest>
|
||||
|
||||
#include "modeltest.h"
|
||||
#include "tests.h"
|
||||
#include "core/Entry.h"
|
||||
#include "core/Group.h"
|
||||
#include "gui/EntryModel.h"
|
||||
|
@ -92,4 +93,4 @@ void TestEntryModel::test()
|
|||
delete model;
|
||||
}
|
||||
|
||||
QTEST_MAIN(TestEntryModel);
|
||||
KEEPASSX_QTEST_CORE_MAIN(TestEntryModel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue