add skeleton unit test for tempo map cut buffer

This commit is contained in:
Paul Davis 2023-05-04 18:48:50 -06:00
parent b3a127d318
commit 7f977bf3e4
3 changed files with 65 additions and 0 deletions

View file

@ -87,6 +87,7 @@ def build(bld):
'test/BeatTest.cc',
'test/BBTTest.cc',
'test/TempoMapTest.cc',
'test/TempoMapCutBufferTest.cc',
'test/TimelineTest.cc',
'test/RangeTest.cc',
'test/testrunner.cc',