summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/socket/qtcpserver/qtcpserver.pro
Commit message (Collapse)AuthorAgeFilesLines
* Compile on symbian^3Jo Asplin2011-07-261-1/+4
| | | | | | | | | Applies the fix of Commit 9c1e358df4b0af1a6299ea7932f8b2e8af840873 (review by Liang Qi) to four more test cases. Change-Id: I1483d4b7c2aecde960af5d98fb8b772aeba20ec5 Reviewed-by: Sergio Ahumada Reviewed-by: Liang Qi
* Enable QTcpServer benchmark on symbianShane Kearns2011-06-131-0/+2
| | | | | | | | Added required capability to the .pro file Added default connection startup code Removed the QSKIP for IPv6 test Reviewed-by: Markus Goetz
* 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-081-0/+13
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.