Add regression test for FOP opcode, loadnote variant.

This commit is contained in:
Veikko Sariola
2020-04-14 21:44:05 +03:00
parent 398543d67c
commit ce81ef5ef9
3 changed files with 654 additions and 0 deletions

View File

@ -37,6 +37,9 @@ add_test(test_fop_addp2 test_fop_addp2)
add_executable(test_fop_mulp2 test_fop_mulp2.asm test_renderer.c test_fop_mulp2_expected.raw)
add_test(test_fop_mulp2 test_fop_mulp2)
add_executable(test_fop_loadnote test_fop_loadnote.asm test_renderer.c test_fop_loadnote_expected.raw)
add_test(test_fop_loadnote test_fop_loadnote)
set_tests_properties(test_envelope PROPERTIES FIXTURES_SETUP ENVELOPE)
set_tests_properties(test_panning PROPERTIES FIXTURES_REQUIRED ENVELOPE)
set_tests_properties(test_multiple_instruments PROPERTIES FIXTURES_REQUIRED ENVELOPE)