mirtest is not packaged and only used for end to end tests. --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,7 +10,6 @@ include_directories( find_package(PkgConfig) pkg_check_modules(MIRAL miral REQUIRED) pkg_check_modules(MIRSERVER mirserver REQUIRED) -pkg_check_modules(MIRTEST mirtest REQUIRED) pkg_check_modules(YAML REQUIRED IMPORTED_TARGET yaml-cpp) find_package(GTest REQUIRED) find_package(nlohmann_json 3.2.0 REQUIRED) @@ -50,7 +50,6 @@ set(SOURCES test_workspace_manager.cpp test_compositor_state.cpp test_plugin_helpers.cpp - test_display_config.cpp stub_configuration.h stub_surface.h stub_window_controller.h