added integration with clasters tests

This commit is contained in:
Andrei Yankovich 2021-06-18 17:34:31 +03:00
parent eb29d8fcac
commit 748fb4dab6

View File

@ -7,6 +7,7 @@
#include <QtTest>
#include "pluginloadertest.h"
#include "clasterstest.h"
// Use This macros for initialize your own test classes.
// Check exampletests
@ -33,6 +34,8 @@ private slots:
// BEGIN TESTS CASES
TestCase(exampleTest, PluginLoaderTest)
TestCase(clastersTest, ClastersTest)
// END TEST CASES
private: