summaryrefslogtreecommitdiffstats
path: root/tests/tst_WonkoVersionList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_WonkoVersionList.cpp')
-rw-r--r--tests/tst_WonkoVersionList.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/tst_WonkoVersionList.cpp b/tests/tst_WonkoVersionList.cpp
new file mode 100644
index 00000000..7cb21df7
--- /dev/null
+++ b/tests/tst_WonkoVersionList.cpp
@@ -0,0 +1,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"