Fixing warnings on GCC... (III)
[qt-netbsd.git] / tests / README
blobf94d5a2f13b4bfdac1c1831e5be097e7c53f0f80
1 This directory contains autotests and benchmarks based on QTestlib. In order
2 to run the autotests reliably, you need to configure a desktop to match the
3 test environment that these tests are written for.
5 Linux X11:
7    * The user must be logged in to an active desktop; you can't run the
8      autotests without a valid DISPLAY that allows X11 connections.
10    * The tests are run against a KDE3 or KDE4 desktop.
12    * Window manager uses "click to focus", and not "focus follows mouse". Many
13      tests move the mouse cursor around and expect this to not affect focus
14      and activation.
16    * Disable "click to activate", i.e., when a window is opened, the window
17      manager should automatically activate it (give it input focus) and not
18      wait for the user to click the window.