You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
417 B
16 lines
417 B
/** |
|
* 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 );
|
|
|