From 36d5f80d97924616231962751d43b631a511fd77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Mon, 12 May 2014 13:43:42 +0200 Subject: [PATCH] Move tst_collections test to corelib/tools. There is no reason to have the test separated from other tools tests. Change-Id: Ie5b19961c383f5e4bc1ad4452cba7b92153fc303 Reviewed-by: Thiago Macieira --- tests/auto/{other => corelib/tools}/collections/.gitignore | 0 tests/auto/{other => corelib/tools}/collections/collections.pro | 0 .../{other => corelib/tools}/collections/tst_collections.cpp | 0 tests/auto/corelib/tools/tools.pro | 1 + tests/auto/other/other.pro | 1 - 5 files changed, 1 insertion(+), 1 deletion(-) rename tests/auto/{other => corelib/tools}/collections/.gitignore (100%) rename tests/auto/{other => corelib/tools}/collections/collections.pro (100%) rename tests/auto/{other => corelib/tools}/collections/tst_collections.cpp (100%) diff --git a/tests/auto/other/collections/.gitignore b/tests/auto/corelib/tools/collections/.gitignore similarity index 100% rename from tests/auto/other/collections/.gitignore rename to tests/auto/corelib/tools/collections/.gitignore diff --git a/tests/auto/other/collections/collections.pro b/tests/auto/corelib/tools/collections/collections.pro similarity index 100% rename from tests/auto/other/collections/collections.pro rename to tests/auto/corelib/tools/collections/collections.pro diff --git a/tests/auto/other/collections/tst_collections.cpp b/tests/auto/corelib/tools/collections/tst_collections.cpp similarity index 100% rename from tests/auto/other/collections/tst_collections.cpp rename to tests/auto/corelib/tools/collections/tst_collections.cpp diff --git a/tests/auto/corelib/tools/tools.pro b/tests/auto/corelib/tools/tools.pro index 1ef8e77071..352cf88d44 100644 --- a/tests/auto/corelib/tools/tools.pro +++ b/tests/auto/corelib/tools/tools.pro @@ -1,5 +1,6 @@ TEMPLATE=subdirs SUBDIRS=\ + collections \ qalgorithms \ qarraydata \ qarraydata_strictiterators \ diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro index e6017168d0..0ae94fe415 100644 --- a/tests/auto/other/other.pro +++ b/tests/auto/other/other.pro @@ -2,7 +2,6 @@ TEMPLATE=subdirs SUBDIRS=\ # atwrapper \ # QTBUG-19452 baselineexample \ - collections \ compiler \ d3dcompiler \ gestures \