mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-31 18:16:08 +02:00
[consider merging] Functional ut_runner binary also with -without-qt
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user