mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 01:28:47 -04:00
No longer use automoc.
This commit is contained in:
parent
a428464573
commit
230d24a123
21 changed files with 416 additions and 164 deletions
|
@ -15,6 +15,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "TestKeePass2Reader.h"
|
||||
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include "config-keepassx-tests.h"
|
||||
|
@ -24,16 +26,6 @@
|
|||
#include "format/KeePass2Reader.h"
|
||||
#include "keys/PasswordKey.h"
|
||||
|
||||
class TestKeePass2Reader : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
private Q_SLOTS:
|
||||
void initTestCase();
|
||||
void testNonAscii();
|
||||
void testCompressed();
|
||||
};
|
||||
|
||||
void TestKeePass2Reader::initTestCase()
|
||||
{
|
||||
Crypto::init();
|
||||
|
@ -64,5 +56,3 @@ void TestKeePass2Reader::testCompressed()
|
|||
}
|
||||
|
||||
QTEST_MAIN(TestKeePass2Reader);
|
||||
|
||||
#include "TestKeePass2Reader.moc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue