mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
skeleton for temporal/BBT testing (empty for now)
This commit is contained in:
parent
f641a0559f
commit
14ac8fd36b
5 changed files with 67 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ def build(bld):
|
|||
obj = bld(features = 'cxx cxxprogram')
|
||||
obj.source = '''
|
||||
test/BeatTest.cc
|
||||
test/BBTTest.cc
|
||||
test/testrunner.cc
|
||||
'''
|
||||
obj.includes = ['.']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue