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
This commit is contained in:
David Robillard 2009-10-27 16:17:07 +00:00
parent 70cf82ac9c
commit 06ed0f4eaa
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#include <sigc++/sigc++.h>
#include "interpolation-test.h"
#include "InterpolationTest.h"
CPPUNIT_TEST_SUITE_REGISTRATION( InterpolationTest );

View file

@ -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/']