Add regression test for polyphony (MAX_VOICES = 2).

This commit is contained in:
Veikko Sariola
2020-05-01 08:51:43 +03:00
parent f97cea2a17
commit 660da68a48
3 changed files with 75 additions and 1 deletions

View File

@ -91,4 +91,6 @@ regression_test(test_dll_im_modulation "ENVELOPE;FOP_MULP;PANNING;VCO_SINE;STORE
regression_test(test_envelope_modulation "VCO_SINE;ENVELOPE;STORE")
regression_test(test_envelope_16bit ENVELOPE "" test_envelope)
target_compile_definitions(test_envelope_16bit PUBLIC GO4K_USE_16BIT_OUTPUT)
target_compile_definitions(test_envelope_16bit PUBLIC GO4K_USE_16BIT_OUTPUT)
regression_test(test_polyphony "ENVELOPE;VCO_SINE")