This changeset reorganizes the testing directory within gem5, removing the bigger config folders, then replacing them with smaller configs folders within each directory containing only the scripts necessary for that set of tests. It also changes the locations of the config scripts used in each set of tests, and updates the tests accordingly. Change-Id: I38297d4496f72bd5cf7200471acd5c4d93002b27
Multi ISA
These tests check that all our ISAs are both currrently supported within gem5, as well as checking that get_runtime_isa() works as expected.
To run these tests by themselves, you can run the following command in the tests directory:
./main.py run gem5/multi_isa --length=[length]