Skip to content
Snippets Groups Projects
Commit 8fbd9946 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Unit test enabled

parent 3e56eafa
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "TestProjectUtils.h" #include "TestProjectUtils.h"
#include "TestParticleCoreShell.h" #include "TestParticleCoreShell.h"
#include "TestPropertyRepeater.h" #include "TestPropertyRepeater.h"
#include "TestSessionItemController.h"
#include <memory> #include <memory>
class GUITestFactory { class GUITestFactory {
...@@ -91,6 +92,7 @@ int main(int argc, char** argv) { ...@@ -91,6 +92,7 @@ int main(int argc, char** argv) {
tests.add<TestProjectUtils>(); tests.add<TestProjectUtils>();
tests.add<TestParticleCoreShell>(); tests.add<TestParticleCoreShell>();
tests.add<TestPropertyRepeater>(); tests.add<TestPropertyRepeater>();
tests.add<TestSessionItemController>();
return tests.runAll(argc, argv); return tests.runAll(argc, argv);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment