From 72be5ca32d8b44d777b31db7545b8a3045f727b1 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 13 Jul 2010 19:56:56 +0000 Subject: add tests for HMAC-MD5 --- source/tests.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/tests.h') 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 +class TestUtils : public QObject +{ + Q_OBJECT + +private slots: + void testHmac(); +}; + class TestPackets : public QObject { Q_OBJECT -- cgit v1.2.3