summaryrefslogtreecommitdiffstats
path: root/kmail/tests/storagelayermodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/tests/storagelayermodule.cpp')
-rw-r--r--kmail/tests/storagelayermodule.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/kmail/tests/storagelayermodule.cpp b/kmail/tests/storagelayermodule.cpp
new file mode 100644
index 00000000..91362471
--- /dev/null
+++ b/kmail/tests/storagelayermodule.cpp
@@ -0,0 +1,16 @@
+/**
+ * Copyright (C) 2005 Till Adam <adam@kde.org>
+ *
+ * This software is under the "if you run these tests and they break you
+ * have to fix it" license.
+ */
+
+#include <kunittest/runner.h>
+#include <kunittest/module.h>
+
+#include "messagedicttests.h"
+
+using namespace KUnitTest;
+
+KUNITTEST_MODULE( kunittest_storagelayermodule, "KMail Storage Layer Tests" );
+KUNITTEST_MODULE_REGISTER_TESTER( MessageDictTester );