summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-07-19 15:51:43 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-25 03:13:03 +0200
commit1b1012f2990084ffc367ddb4aaf5910835bc4641 (patch)
tree95826215bceaada774084c4e2a41211a40e95bde /sync.profile
parent518ae46dfeb0bc87ea787bfe6bf0a5e183db8442 (diff)
Add the configuration tests.
Add the list of tests to sync.profile, and make sure each test only happens on the platforms it's intended for. Change-Id: Id022a6b85b349f4a8a649d3449b622e4ada7f4f4 Reviewed-on: http://codereview.qt.nokia.com/1910 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 68fbdc6a4..6370cb1cf 100644
--- a/sync.profile
+++ b/sync.profile
@@ -32,3 +32,16 @@
"qtxmlpatterns" => "refs/heads/master",
"qtdeclarative" => "refs/heads/master",
);
+# Compile tests
+%configtests = (
+ # Windows tests
+ "directshow" => {},
+ "wmsdk" => {},
+ "wmp" => {},
+ "evr" => {},
+
+ # Linux tests
+ "gstreamer_photography" => {},
+ "gstreamer_appsrc" => {},
+ "pulseaudio" => {},
+);