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:
@@ -1,5 +1,5 @@
|
||||
#include <sigc++/sigc++.h>
|
||||
#include "interpolation-test.h"
|
||||
#include "InterpolationTest.h"
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( InterpolationTest );
|
||||
|
||||
@@ -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/']
|
||||
|
||||
Reference in New Issue
Block a user