Skip to content
Snippets Groups Projects
Commit 93814826 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

register also the test thread

parent 1e56fb1a
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ namespace ChimeraTK { ...@@ -39,6 +39,7 @@ namespace ChimeraTK {
* will be ??? TODO define precisely what happens on start up */ * will be ??? TODO define precisely what happens on start up */
void runApplication() const { void runApplication() const {
Application::getInstance().run(); Application::getInstance().run();
Application::registerThread("TestThread");
} }
/** Perform a "step" of the application. This runs the application until all input provided to it has been /** Perform a "step" of the application. This runs the application until all input provided to it has been
......
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