Add regression test for AUX output.

This commit is contained in:
Veikko Sariola
2020-05-03 11:21:09 +03:00
parent c63dfd74f9
commit 9546574f13
3 changed files with 69 additions and 0 deletions

View File

@ -34,6 +34,7 @@ function(regression_test testname)
endfunction(regression_test)
regression_test(test_envelope "" ENVELOPE)
regression_test(test_out_aux ENVELOPE)
regression_test(test_load "" LOAD)
regression_test(test_store "" STORE)
regression_test(test_globalstore)