Files
libxmp/test-dev/test_openmpt_mod_patternjump.c
Claudio Matsuoka 2666d38abe [test] Update a few more tests
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
2016-07-13 22:28:08 -03:00

15 lines
299 B
C

#include "test.h"
/*
A Bxx command should reset the effect of a Dxx command that is left of
the Bxx command. You should hear a voice saying “success”.
*/
TEST(test_openmpt_mod_patternjump)
{
compare_mixer_data(
"openmpt/mod/PatternJump.mod",
"openmpt/mod/PatternJump.data");
}
END_TEST