sointu/tests
2020-04-15 21:43:22 +03:00
..
CMakeLists.txt Make the CMakeLists.txt for the tests a slightly more sensible; the data files are copied after every build if they are newer. 2020-04-15 21:43:22 +03:00
test_envelope_expected.raw Improve and rename envelope test. The test focuses on GO4k_ENV opcode only and does not use panning. 2020-04-13 16:53:11 +03:00
test_envelope.asm Improve and rename envelope test. The test focuses on GO4k_ENV opcode only and does not use panning. 2020-04-13 16:53:11 +03:00
test_fop_add_expected.raw Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_add.asm Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_addp2_expected.raw Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_addp2.asm Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_addp_expected.raw Add regression test to test fop opcode / addp, mulp and pop variants. 2020-04-13 19:10:46 +03:00
test_fop_addp.asm Add regression test to test fop opcode / addp, mulp and pop variants. 2020-04-13 19:10:46 +03:00
test_fop_loadnote_expected.raw Add regression test for FOP opcode, loadnote variant. 2020-04-14 21:44:05 +03:00
test_fop_loadnote.asm Add regression test for FOP opcode, loadnote variant. 2020-04-14 21:44:05 +03:00
test_fop_mul_expected.raw Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_mul.asm Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_mulp2_expected.raw Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_mulp2.asm Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_mulp_expected.raw Add regression test to test fop opcode / addp, mulp and pop variants. 2020-04-13 19:10:46 +03:00
test_fop_mulp.asm Add regression test to test fop opcode / addp, mulp and pop variants. 2020-04-13 19:10:46 +03:00
test_fop_pop_expected.raw Add regression test to test fop opcode / addp, mulp and pop variants. 2020-04-13 19:10:46 +03:00
test_fop_pop.asm Add regression test to test fop opcode / addp, mulp and pop variants. 2020-04-13 19:10:46 +03:00
test_fop_push_expected.raw Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_push.asm Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_xch_expected.raw Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_fop_xch.asm Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants. 2020-04-14 18:08:57 +03:00
test_load_expected.raw Add regression test to test load opcode. 2020-04-13 17:18:26 +03:00
test_load.asm Add regression test to test load opcode. 2020-04-13 17:18:26 +03:00
test_multiple_instruments_expected.raw Add regression test to test multiple instruments. 2020-04-13 17:50:09 +03:00
test_multiple_instruments.asm Add regression test to test multiple instruments. 2020-04-13 17:50:09 +03:00
test_panning_expected.raw Add regression test to test panning opcode. 2020-04-13 17:34:46 +03:00
test_panning.asm Add regression test to test panning opcode. 2020-04-13 17:34:46 +03:00
test_renderer.c Implement ctest unit test, first test simply testing that envelope works as it used to. 2020-04-12 22:05:39 +03:00
test_vco_gate_expected.raw Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants. 2020-04-14 23:11:10 +03:00
test_vco_gate.asm Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants. 2020-04-14 23:11:10 +03:00
test_vco_noise_expected.raw Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants. 2020-04-14 23:11:10 +03:00
test_vco_noise.asm Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants. 2020-04-14 23:11:10 +03:00
test_vco_pulse_expected.raw Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants. 2020-04-14 23:11:10 +03:00
test_vco_pulse.asm Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants. 2020-04-14 23:11:10 +03:00
test_vco_sine_expected.raw Add regression test for VCO opcode (oscillator), sine wave variant. 2020-04-14 22:23:09 +03:00
test_vco_sine.asm Add regression test for VCO opcode (oscillator), sine wave variant. 2020-04-14 22:23:09 +03:00
test_vco_stereo_expected.raw Add regression test for VCO opcode (oscillator) for testing stereo sound creation. 2020-04-14 23:37:15 +03:00
test_vco_stereo.asm Add regression test for VCO opcode (oscillator) for testing stereo sound creation. 2020-04-14 23:37:15 +03:00
test_vco_trisaw_expected.raw Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants. 2020-04-14 23:11:10 +03:00
test_vco_trisaw.asm Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants. 2020-04-14 23:11:10 +03:00