From 24fee4b8ef5896aea04c9d043caabe3e30a6fd7d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Apr 2010 14:42:38 +0000 Subject: [PATCH] Rename tests to test to match up with other libraries. git-svn-id: svn://localhost/ardour2/branches/3.0@6830 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/{tests => test}/Makefile | 0 libs/pbd/{tests => test}/ProtoolsPatchFile.midnam | 0 libs/pbd/{tests => test}/RosegardenPatchFile.xml | 0 libs/pbd/{tests => test}/TestSession.ardour | 0 libs/pbd/{tests => test}/xpath.cc | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename libs/pbd/{tests => test}/Makefile (100%) rename libs/pbd/{tests => test}/ProtoolsPatchFile.midnam (100%) rename libs/pbd/{tests => test}/RosegardenPatchFile.xml (100%) rename libs/pbd/{tests => test}/TestSession.ardour (100%) rename libs/pbd/{tests => test}/xpath.cc (100%) diff --git a/libs/pbd/tests/Makefile b/libs/pbd/test/Makefile similarity index 100% rename from libs/pbd/tests/Makefile rename to libs/pbd/test/Makefile diff --git a/libs/pbd/tests/ProtoolsPatchFile.midnam b/libs/pbd/test/ProtoolsPatchFile.midnam similarity index 100% rename from libs/pbd/tests/ProtoolsPatchFile.midnam rename to libs/pbd/test/ProtoolsPatchFile.midnam diff --git a/libs/pbd/tests/RosegardenPatchFile.xml b/libs/pbd/test/RosegardenPatchFile.xml similarity index 100% rename from libs/pbd/tests/RosegardenPatchFile.xml rename to libs/pbd/test/RosegardenPatchFile.xml diff --git a/libs/pbd/tests/TestSession.ardour b/libs/pbd/test/TestSession.ardour similarity index 100% rename from libs/pbd/tests/TestSession.ardour rename to libs/pbd/test/TestSession.ardour diff --git a/libs/pbd/tests/xpath.cc b/libs/pbd/test/xpath.cc similarity index 100% rename from libs/pbd/tests/xpath.cc rename to libs/pbd/test/xpath.cc