summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/animation
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-167-91/+91
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-117-7/+7
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Renamed test benchmark targets.Miikka Heikkinen2010-03-101-1/+1
| | | | | | | | | | | Many of the benchmarks generate executables with same names as the autotests. This is a big problem for Symbian, where all binaries are stored into single directory. Renamed benchmark targets to include 'bench' in their name to ensure no overlap in target names. Part of QtP delta reduction effort. Reviewed-by: Liang Qi
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-089-0/+626
We follow the same structure as used in the src directory. This makes it easier to navigate through the jungel, especially now that we are going to add functional tests etc.