13
0
livetrax/libs/evoral/test
Colin Fletcher 3a6c9e3bb9 Fix build of evoral tests
Fix compile errors in libs/evoral/test/, by explicitly calling
Evoral::MusicalTime::to_double() wherever a double value is required of a
MusicalTime.

Some of the double variables should probably really be made into MusicalTime
ones instead, but I don't want to mess with this too much.

takeFiveTest still fails for me after this, but a failing test is probably
more informative in the long run than a test that won't even compile.
2014-11-25 14:59:48 +00:00
..
testdata
RangeTest.cpp
RangeTest.hpp
SequenceTest.cpp Fix build of evoral tests 2014-11-25 14:59:48 +00:00
SequenceTest.hpp Wrap MusicalTime in a class. 2014-11-22 04:05:42 -05:00
SMFTest.cpp Wrap MusicalTime in a class. 2014-11-22 04:05:42 -05:00
SMFTest.hpp Wrap MusicalTime in a class. 2014-11-22 04:05:42 -05:00
testrunner.cpp