mirror of
https://github.com/OldUnreal/libxmp.git
synced 2026-04-02 21:37:43 -07:00
15 lines
299 B
C
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
|