diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2016-04-06 23:09:30 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-04-30 23:59:23 +0200 |
commit | 00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2 (patch) | |
tree | c930ca4f0edae9bb2bbd1a9ce2fddb2ca5a7bf32 /tests/tst_WonkoVersionList.cpp | |
parent | 5ae3b2c11416eb897a08b0d9531843d0357332f8 (diff) | |
download | PrismLauncher-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.tar.gz PrismLauncher-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.tar.bz2 PrismLauncher-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.zip |
NOISSUE Add a skeleton of the wonko system
Diffstat (limited to 'tests/tst_WonkoVersionList.cpp')
-rw-r--r-- | tests/tst_WonkoVersionList.cpp | 15 |
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" |