File: disable_local_tests.diff

package info (click to toggle)
qtsensors-opensource-src 5.15.17-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,556 kB
  • sloc: cpp: 19,883; perl: 323; javascript: 207; xml: 123; ansic: 58; makefile: 18
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: disable tests that work only for local installations
Author: Dmitry Shachnev <mitya57@debian.org>
Forwarded: not-needed
Last-Update: 2015-08-28

--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -7,8 +7,5 @@
 }
 #SUBDIRS += legacy_sensors
 SUBDIRS += qsensorgestures
-SUBDIRS += qsensorgestureplugins
 SUBDIRS += cmake
 
-!mac:!win32:SUBDIRS += qsensorgestures_gestures
-