From 9ceb3b4f6f67cbfe3fb94402bb0f061f77b6da85 Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Fri, 4 Nov 2011 16:43:53 +0100 Subject: Moved qobjectperformance into other/ The qobjectperformance test is a kind of performance test that asserts that the time it takes to emit a signal to a certain number of receivers does not exceed a certain time. other/ currently seems to be a sensible place for such a test. Alternatively, it could have been put next to corelib/kernel/qobject/. Change-Id: I5c9461b62984f5806d1f6940123d30ef9f9f5a37 Reviewed-by: Jason McDonald --- tests/auto/other/qobjectperformance/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/auto/other/qobjectperformance/.gitignore (limited to 'tests/auto/other/qobjectperformance/.gitignore') diff --git a/tests/auto/other/qobjectperformance/.gitignore b/tests/auto/other/qobjectperformance/.gitignore new file mode 100644 index 0000000000..028ca89aad --- /dev/null +++ b/tests/auto/other/qobjectperformance/.gitignore @@ -0,0 +1 @@ +tst_qobjectperformance -- cgit v1.2.3