4
0
mirror of https://github.com/QuasarApp/CMakeProject.git synced 2025-04-29 15:14:32 +00:00
CMakeProject/tests/units/exampletest.cpp

15 lines
142 B
C++
Raw Normal View History

#include "exampletest.h"
ExampleTest::ExampleTest() {
}
ExampleTest::~ExampleTest() {
}
void ExampleTest::test() {
QVERIFY(true);
}