Description: Ignore autopilot, test suite not in Debian.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific

--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,18 +1,3 @@
-set(AUTOPILOT_DIR autopilot/lomiri_messaging_app)
-
-file(GLOB AUTOPILOT_PY_FILES ${AUTOPILOT_DIR}/*.py ${AUTOPILOT_DIR}/tests/*.py)
-
-# custom target to get autopilot files visible on QtCreator
-add_custom_target(messaging_app_AUTOPILOT_PY_FILES ALL SOURCES ${AUTOPILOT_PY_FILES})
-
-find_package(Python3 REQUIRED)
-
-install(DIRECTORY ${AUTOPILOT_DIR}
-    DESTINATION ${Python3_SITELIB}
-    )
-
-
-if (ENABLE_TESTS AND (NOT ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64el")) AND (NOT ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64le")))
+if (ENABLE_TESTS)
     add_subdirectory(qml)
 endif()
-add_subdirectory(data)
