summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlibrary
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2011-11-15 17:28:32 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2011-11-15 17:28:32 +0100
commitec8b0dc65ead3fc1fb557e52dd14b4c0073ff1a9 (patch)
tree0167efa4640468a4d72b834cfdb23366e55874d8 /tests/auto/qlibrary
parent84ad4e1b4082f85463124e834b4502ff7efce7df (diff)
Disable some tests because INTEGRITY doesn't support shared libraries.
Merge-request: 1438 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'tests/auto/qlibrary')
-rw-r--r--tests/auto/qlibrary/qlibrary.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qlibrary/qlibrary.pro b/tests/auto/qlibrary/qlibrary.pro
index 5dc129fbf9..b3517538de 100644
--- a/tests/auto/qlibrary/qlibrary.pro
+++ b/tests/auto/qlibrary/qlibrary.pro
@@ -6,6 +6,8 @@ symbian: {
# Can't build two versions of lib with same name in symbian, so just build one
SUBDIRS = lib2 \
tst
+} else:integrity {
+# no shared support, empty test
} else {
SUBDIRS = lib \
lib2 \