From 79c99466aa9a893036d6d4290a81cdbe658bc286 Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Thu, 3 Nov 2011 14:11:36 +0100 Subject: Moved qobjectrace into integrationtests/ The qobjectrace test seems to belong to integrationtests/ since it tests the interaction between QObject and QThread (much in the same way integrationtests/qsharedpointer_and_qwidget/ tests the interaction between QSharedPointer and QWidget). Change-Id: I89f1dab7300c2ef23755d52a86479677ef021ef1 Reviewed-by: Jason McDonald --- tests/auto/integrationtests/qobjectrace/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/auto/integrationtests/qobjectrace/.gitignore (limited to 'tests/auto/integrationtests/qobjectrace/.gitignore') diff --git a/tests/auto/integrationtests/qobjectrace/.gitignore b/tests/auto/integrationtests/qobjectrace/.gitignore new file mode 100644 index 0000000000..9d3f96e0a0 --- /dev/null +++ b/tests/auto/integrationtests/qobjectrace/.gitignore @@ -0,0 +1 @@ +tst_qobjectrace -- cgit v1.2.3