summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-10-21 19:57:41 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-10-21 19:58:17 (GMT)
commitfad27a3b6f018a0bc3cb261c81aaefc540589585 (patch)
treed2c3da1c30a0fc1bb1d79acbc2808de46bf6bf97 /tests/benchmarks
parentd043b59fedc41c774cc68eb49d9900dc6d36f3e5 (diff)
downloadQt-fad27a3b6f018a0bc3cb261c81aaefc540589585.zip
Qt-fad27a3b6f018a0bc3cb261c81aaefc540589585.tar.gz
Qt-fad27a3b6f018a0bc3cb261c81aaefc540589585.tar.bz2
Rename the .cpp for QNetworkReply benchmark tests
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/qnetworkreply/qnetworkreply.pro2
-rw-r--r--tests/benchmarks/qnetworkreply/tst_qnetworkreply.cpp (renamed from tests/benchmarks/qnetworkreply/main.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/qnetworkreply/qnetworkreply.pro b/tests/benchmarks/qnetworkreply/qnetworkreply.pro
index 060acf5..1e67d81 100644
--- a/tests/benchmarks/qnetworkreply/qnetworkreply.pro
+++ b/tests/benchmarks/qnetworkreply/qnetworkreply.pro
@@ -10,4 +10,4 @@ QT += network
CONFIG += release
# Input
-SOURCES += main.cpp
+SOURCES += tst_qnetworkreply.cpp
diff --git a/tests/benchmarks/qnetworkreply/main.cpp b/tests/benchmarks/qnetworkreply/tst_qnetworkreply.cpp
index 666e4f1..666e4f1 100644
--- a/tests/benchmarks/qnetworkreply/main.cpp
+++ b/tests/benchmarks/qnetworkreply/tst_qnetworkreply.cpp