您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
tdepim/kmail/tests/storagelayermodule.cpp

17 行
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 );