--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -9,12 +9,10 @@ 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)
 
-option(END_TO_END_TESTS "Include end-to-end tests?" OFF)
 
 set(SOURCES
     mock_animation.h
