summaryrefslogtreecommitdiffstats
path: root/tests/tst_WonkoVersionList.cpp
blob: 7cb21df70e2d14467be42b8a6277794ca5642495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <QTest>
#include "TestUtil.h"

#include "wonko/WonkoVersionList.h"

class WonkoVersionListTest : public QObject
{
	Q_OBJECT
private
slots:
};

QTEST_GUILESS_MAIN(WonkoVersionListTest)

#include "tst_WonkoVersionList.moc"