mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
18 lines
205 B
C++
18 lines
205 B
C++
#include "prs1tests.h"
|
|
|
|
void PRS1Tests::initTestCase(void)
|
|
{
|
|
}
|
|
|
|
void PRS1Tests::cleanupTestCase(void)
|
|
{
|
|
}
|
|
|
|
|
|
void PRS1Tests::test1()
|
|
{
|
|
// TODO: emit test message to stdout
|
|
qDebug("First test!");
|
|
}
|
|
|