Snake/tests/units/clasterstest.cpp

19 lines
376 B
C++
Raw Normal View History

2021-06-18 17:33:31 +03:00
//#
//# Copyright (C) 2020-2021 QuasarApp.
//# Distributed under the GPLv3 software license, see the accompanying
//# Everyone is permitted to copy and distribute verbatim copies
//# of this license document, but changing it is not allowed.
//#
#include "clasterstest.h"
#include <QtTest>
ClastersTest::ClastersTest()
{
}
void ClastersTest::test() {
QVERIFY(false);
}