summaryrefslogtreecommitdiffstats
path: root/tests/auto/guiapplauncher
Commit message (Collapse)AuthorAgeFilesLines
* Autotests: if you use X11 libs, you must link to X11 libs explicitly.Thiago Macieira2010-03-211-0/+3
| | | | | Solaris linker complains if you don't. Plus it's the right thing to do
* Update copyright year to 2010Jason McDonald2010-01-063-3/+3
| | | | Reviewed-by: Trust Me
* Autotest guiapplauncher: Build fix MinGWFriedemann Kleint2009-11-191-4/+2
| | | | Reviewed-by: Thierry <thierry.bastian@nokia.com>
* Launcher test: Clean stderr whitelistFriedemann Kleint2009-11-121-1/+14
|
* Autotests: Add gui application launcher test.Friedemann Kleint2009-11-127-0/+2172
X11/Windows: Launch gui application and stop them via Windows manager, check stderr, exit codes, etc. Currently tests Qt Designer, Qt Linguist, Qt Demo and prominent examples/demos. Rubber-stamped-by: Jason McDonald <jason.mcdonald@nokia.com>