mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
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:
parent
70cf82ac9c
commit
06ed0f4eaa
3 changed files with 2 additions and 2 deletions
|
|
@ -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/']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue