aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-03 19:09:08 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-13 04:35:45 +0000
commit61c8539e2a3979f5ac30ea04a7c748877eb745f3 (patch)
treed896b1a6771f43590c529fb1d9f7cb7b892a5172 /tests
parent83d3611199ee1e4814ed94a16c9d3f9db9c3ce89 (diff)
blacklist the qmlextensionplugins example for testing
it requires a special import search path. it would be possible to hack this into the test launcher, but that doesn't seem worth it (there are other plugin examples already). Change-Id: I147b802c690933803cb8f9cf35210618957a6998 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index 4111f42d58..20031c24d9 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -85,6 +85,7 @@ tst_examples::tst_examples()
// Add directories you want excluded here
excludedDirs << "shared"; //Not an example
excludedDirs << "snippets/qml/path"; //No root QQuickItem
+ excludedDirs << "examples/qml/qmlextensionplugins"; //Requires special import search path
excludedDirs << "examples/quick/tutorials/gettingStartedQml"; //C++ example, but no cpp files in root dir
// These snippets are not expected to run on their own.