diff options
| -rw-r--r-- | tests/ECMPoQmToolsTest/tr_thread_test.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tests/ECMPoQmToolsTest/tr_thread_test.cpp b/tests/ECMPoQmToolsTest/tr_thread_test.cpp index b45dd575..6f7bac0a 100644 --- a/tests/ECMPoQmToolsTest/tr_thread_test.cpp +++ b/tests/ECMPoQmToolsTest/tr_thread_test.cpp @@ -90,6 +90,8 @@ int main(int argc, char** argv)      app.exec(); +    thread.wait(); +      return 0;  } | 
