[consider merging] Functional ut_runner binary also with -without-qt

This commit is contained in:
Matthias Koefferlein
2023-10-28 23:48:56 +02:00
parent ba19b3374a
commit b56220d36d
6 changed files with 48 additions and 46 deletions
+2 -2
View File
@@ -433,6 +433,8 @@ run_tests (const std::vector<tl::TestBase *> &selected_tests, bool editable, boo
static int
main_cont (int &argc, char **argv)
{
ut::TestConsole console (stdout);
std::unique_ptr<rba::RubyInterpreter> ruby_interpreter;
std::unique_ptr<pya::PythonInterpreter> python_interpreter;
@@ -452,8 +454,6 @@ main_cont (int &argc, char **argv)
int result = 0;
ut::TestConsole console (stdout);
try {
pya::PythonInterpreter::initialize ();