summaryrefslogtreecommitdiff
path: root/libs/ardour/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-27 16:17:07 +0000
committerDavid Robillard <d@drobilla.net>2009-10-27 16:17:07 +0000
commit06ed0f4eaace216ada4cf919e3a12c7fc08cdef6 (patch)
tree3f14da689fe40cee5842968a7e855133987e335b /libs/ardour/test
parent70cf82ac9cc91c4fe4f0769b68a2be2c0d9da860 (diff)
Consistent test source file naming (not the Ardour convention though, maybe should change, whatever).
git-svn-id: svn://localhost/ardour2/branches/3.0@5944 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/test')
-rw-r--r--libs/ardour/test/InterpolationTest.cpp (renamed from libs/ardour/test/interpolation-test.cc)2
-rw-r--r--libs/ardour/test/InterpolationTest.h (renamed from libs/ardour/test/interpolation-test.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/test/interpolation-test.cc b/libs/ardour/test/InterpolationTest.cpp
index 45e350d12b..ababe84cf7 100644
--- a/libs/ardour/test/interpolation-test.cc
+++ b/libs/ardour/test/InterpolationTest.cpp
@@ -1,5 +1,5 @@
#include <sigc++/sigc++.h>
-#include "interpolation-test.h"
+#include "InterpolationTest.h"
CPPUNIT_TEST_SUITE_REGISTRATION( InterpolationTest );
diff --git a/libs/ardour/test/interpolation-test.h b/libs/ardour/test/InterpolationTest.h
index 639c8fc956..639c8fc956 100644
--- a/libs/ardour/test/interpolation-test.h
+++ b/libs/ardour/test/InterpolationTest.h