Right now the alt.fasm is not generated during the test design generation process. Rather, it is done in the run_tests.py script and is controlled by the GENERATE_ALT flag. Since generation for a given test case only needs to happen once but the tests themselves are often run, it seems to make more sense to generate the alt.fasm in the generation script.
Activity
Modified generation code:
nelsobe commentedon Mar 9, 2020
Resolved via PR #14.