File: 2001_no-autopilot-tests.patch

package info (click to toggle)
lomiri-weather-app 6.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,840 kB
  • sloc: javascript: 18,320; cpp: 1,147; python: 677; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable autopilot tests. Not available in Debian.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,7 +147,8 @@
 install(FILES ${URLS_FILE} DESTINATION ${URLS_DIR})
 
 add_subdirectory(po)
-add_subdirectory(tests)
+# Disable when building on Debian
+#add_subdirectory(tests)
 add_subdirectory(src)
 
 # make the qml files visible on qtcreator