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.
tdepim/kmail/tests/storagelayermodule.cpp

17 lines
427 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 <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 );