mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
14 lines
190 B
C++
14 lines
190 B
C++
|
|
#include "CutterTest.h"
|
|
|
|
void CutterTest::initTestCase()
|
|
{
|
|
qDebug("CutterTest::initTestCase()");
|
|
}
|
|
|
|
void CutterTest::cleanupTestCase()
|
|
{
|
|
qDebug("CutterTest::cleanupTestCase()");
|
|
}
|
|
|