summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
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/wscript
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/wscript')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
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/']