qtdeclarative/tests
Oswald Buddenhagen 6651fc2f17 test examples only in developer builds
we don't want to actually build examples in production builds any more,
so the test is bound to fail.

Change-Id: I9adda2d147a05eb7acb3a864c81b8d0c0333c8bb
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-01-11 15:08:25 +01:00
..
auto test examples only in developer builds 2013-01-11 15:08:25 +01:00
benchmarks remove obsolete DEPENDPATH assignments 2012-12-16 22:07:20 +01:00
global test: Change declarative -> qml in global.cfg 2012-09-24 09:59:31 +02:00
manual Add a hidden XandYAxis enum value 2012-12-15 22:59:32 +01:00
system Change copyrights from Nokia to Digia 2012-09-23 08:22:24 +02:00
testapplications Change copyrights from Nokia to Digia 2012-09-23 08:22:24 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tests.pro Run autotests on Mac 2012-01-05 13:05:35 +01:00

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.