Skip to content

fix(test): fix GUI test not working on subprojects with Ctest

Description

GUI tests didn't work using CTest on subprojects on Linux because of a bug in the exec_gui_tests.sh script.

Closes #1049 (closed)

How to test it?

  • Go to any sub-repository that already has GUI tests
  • Launch the GUI tests using ctest -R guitest. It works; GUI tests actually run.
Edited by Lucas SCHMIDT

Merge request reports