summaryrefslogtreecommitdiffstats
path: root/tests/tst_WonkoVersionList.cpp
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2016-04-06 23:09:30 +0200
committerPetr Mrázek <peterix@gmail.com>2016-04-30 23:59:23 +0200
commit00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2 (patch)
treec930ca4f0edae9bb2bbd1a9ce2fddb2ca5a7bf32 /tests/tst_WonkoVersionList.cpp
parent5ae3b2c11416eb897a08b0d9531843d0357332f8 (diff)
downloadMultiMC-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.tar
MultiMC-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.tar.gz
MultiMC-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.tar.lz
MultiMC-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.tar.xz
MultiMC-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.zip
NOISSUE Add a skeleton of the wonko system
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"