diff options
Diffstat (limited to 'source/tests.h')
| -rw-r--r-- | source/tests.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/tests.h b/source/tests.h index 880682e0..efba1961 100644 --- a/source/tests.h +++ b/source/tests.h @@ -23,6 +23,14 @@ #include <QObject> +class TestUtils : public QObject +{ + Q_OBJECT + +private slots: + void testHmac(); +}; + class TestPackets : public QObject { Q_OBJECT |
