[test] Add OpenMPT FineVolColSlide.it test case

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
Claudio Matsuoka
2014-11-29 11:23:05 -02:00
parent 0b7d01503e
commit e36f9128de
3 changed files with 785 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ OPENMPT_IT = carrynna \
filter_7f \
filterenvreset \
filter_nna \
finevolcolslide \
flt_env_carry \
freqreset_noins \
gxsmp \

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
#include "test.h"
/*
Unlike fine volume slides in the effect column, fine volume slides in the
volume column are only ever executed on the first tick — not on multiples of
the first tick if there is a pattern delay. Thus, the left and right channel
of this example should always have the same volume.
*/
TEST(test_openmpt_it_finevolcolslide)
{
compare_mixer_data(
"openmpt/it/FineVolColSlide.it",
"openmpt/it/FineVolColSlide.data");
}
END_TEST