test: Moving tst_QProcess::echoTest_performance()
authorSergio Ahumada <sergio.ahumada@digia.com>
Tue, 16 Oct 2012 21:08:35 +0000 (23:08 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 19 Oct 2012 00:43:05 +0000 (02:43 +0200)
commit221bd941ff255947ce7c78d08b1f9705e3d437be
treed56946ef23f4f366b63b93753d998c144ab61f75
parent7b8e10ddd02693b3d6b7a7e74d2103787f6e76ac
test: Moving tst_QProcess::echoTest_performance()

tst_QProcess::echoTest_performance() is not an unit test but a
performance test, so moving it from 'tests/auto/corelib/io/qprocess'
to 'tests/benchmarks/corelib/io/qprocess'

Change-Id: I796788534eafc5ca3b8d86c0ec46998285fd4b8f
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/io/qprocess/.gitignore
tests/auto/corelib/io/qprocess/qprocess.pri
tests/auto/corelib/io/qprocess/tst_qprocess.cpp
tests/benchmarks/corelib/io/io.pro
tests/benchmarks/corelib/io/qprocess/.gitignore [new file with mode: 0644]
tests/benchmarks/corelib/io/qprocess/qprocess.pro [new file with mode: 0644]
tests/benchmarks/corelib/io/qprocess/test/test.pro [new file with mode: 0644]
tests/benchmarks/corelib/io/qprocess/testProcessLoopback/main.cpp [moved from tests/auto/corelib/io/qprocess/testProcessLoopback/main.cpp with 100% similarity]
tests/benchmarks/corelib/io/qprocess/testProcessLoopback/testProcessLoopback.pro [moved from tests/auto/corelib/io/qprocess/testProcessLoopback/testProcessLoopback.pro with 100% similarity]
tests/benchmarks/corelib/io/qprocess/tst_bench_qprocess.cpp [new file with mode: 0644]