diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/testgpgcontext.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testgpgcontext.cpp b/test/testgpgcontext.cpp index 429bdf9..4435bff 100644 --- a/test/testgpgcontext.cpp +++ b/test/testgpgcontext.cpp @@ -2,6 +2,10 @@ #include <QtTest/QtTest> #include <../gpgcontext.h> +/** +* unit test for gpgcontext, +* have a look at http://doc.qt.nokia.com/latest/qtestlib-tutorial1.html +*/ class TestGpgContext : public QObject { Q_OBJECT |