summaryrefslogtreecommitdiff
path: root/libs
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
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')
-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
-rw-r--r--libs/ardour/wscript2
3 files changed, 2 insertions, 2 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
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 512624ed86..57b2a6cdeb 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -318,7 +318,7 @@ def build(bld):
testobj.source = '''
interpolation.cc
test/BBTTest.cpp
- test/interpolation-test.cc
+ test/InterpolationTest.cpp
test/testrunner.cpp
'''
testobj.includes = obj.includes + ['../pbd/']