akondi-mime5/akonadi-mime5/autotests/benchmarker/test.h

21 lines
393 B
C
Raw Normal View History

2024-08-05 16:19:50 +02:00
/*
SPDX-FileCopyrightText: 2009 Igor Trindade Oliveira <igor_trindade@yahoo.com.br>
based on kdepimlibs/akonadi/tests/benchmarker.cpp wrote by Robert Zwerus <arzie@dds.nl>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#pragma once
#include "maketest.h"
class Test
{
protected:
QList<MakeTest *> mListTest;
public:
void addTest(MakeTest *test);
void runTests();
};