Add regression test for VCO opcode, lfo variant.

This commit is contained in:
Veikko Sariola
2020-04-16 13:37:30 +03:00
parent 83e3ab165e
commit 374be5256e
3 changed files with 655 additions and 0 deletions

View File

@ -39,6 +39,7 @@ regression_test(test_vco_noise)
regression_test(test_vco_pulse)
regression_test(test_vco_gate)
regression_test(test_vco_stereo)
regression_test(test_vco_lfo)
regression_test(test_envelope_16bit test_envelope)
target_compile_definitions(test_envelope_16bit PUBLIC GO4K_USE_16BIT_OUTPUT)