temporal: add skeleton for TempoMap tests

This commit is contained in:
Paul Davis
2022-02-12 18:57:35 -07:00
parent 897798ed68
commit baaf332a94
4 changed files with 64 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ def build(bld):
obj.source = '''
test/BeatTest.cc
test/BBTTest.cc
test/TempoMapTest.cc
test/testrunner.cc
'''
obj.includes = ['.']