mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-27 10:14:39 +00:00
added integration with clasters tests
This commit is contained in:
parent
eb29d8fcac
commit
748fb4dab6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user