From 221bd941ff255947ce7c78d08b1f9705e3d437be Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 16 Oct 2012 23:08:35 +0200 Subject: 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 --- tests/benchmarks/corelib/io/qprocess/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/benchmarks/corelib/io/qprocess/.gitignore (limited to 'tests/benchmarks/corelib/io/qprocess/.gitignore') diff --git a/tests/benchmarks/corelib/io/qprocess/.gitignore b/tests/benchmarks/corelib/io/qprocess/.gitignore new file mode 100644 index 0000000000..0d88a2c739 --- /dev/null +++ b/tests/benchmarks/corelib/io/qprocess/.gitignore @@ -0,0 +1,2 @@ +tst_bench_qprocess +testProcessLoopback/testProcessLoopback -- cgit v1.2.3