Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.

This commit is contained in:
Veikko Sariola
2020-04-15 23:17:03 +03:00
parent cff4538b8c
commit 83e3ab165e
23 changed files with 28 additions and 71 deletions

View File

@ -648,9 +648,6 @@ _go4k_delay_times
section .data
global _test_name
_test_name db 'test_vco_gate', 0 ; null terminated string
global _test_max_samples
_test_max_samples dd MAX_SAMPLES