summaryrefslogtreecommitdiffstats
path: root/kmail/tests/storagelayermodule.cpp
blob: c8858e42d084c26604e32d204341a596a27219c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 <tdeunittest/runner.h>
#include <tdeunittest/module.h>

#include "messagedicttests.h"

using namespace KUnitTest;

TDEUNITTEST_MODULE( tdeunittest_storagelayermodule, "KMail Storage Layer Tests" );
TDEUNITTEST_MODULE_REGISTER_TESTER( MessageDictTester );