From eac298cdcefed99f74f8c52840fd94001c9a4653 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 27 Jun 2013 20:45:46 +0000 Subject: [PATCH] Move test to a directory where it is only run whenever we actually have the parallel distributed stuff around. git-svn-id: https://svn.dealii.org/trunk@29896 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/{grid => distributed_grids}/subdomain_id_01.cc | 0 tests/{grid => distributed_grids}/subdomain_id_01/cmp/generic | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{grid => distributed_grids}/subdomain_id_01.cc (100%) rename tests/{grid => distributed_grids}/subdomain_id_01/cmp/generic (100%) diff --git a/tests/grid/subdomain_id_01.cc b/tests/distributed_grids/subdomain_id_01.cc similarity index 100% rename from tests/grid/subdomain_id_01.cc rename to tests/distributed_grids/subdomain_id_01.cc diff --git a/tests/grid/subdomain_id_01/cmp/generic b/tests/distributed_grids/subdomain_id_01/cmp/generic similarity index 100% rename from tests/grid/subdomain_id_01/cmp/generic rename to tests/distributed_grids/subdomain_id_01/cmp/generic -- 2.39.5