Files
gem5/tests/gem5/stdlib
Harshil Patel 76965c6431 tests: Update tests to use specific resource versions (#901)
This update modifies the test configuration to specify the versions of
resources used, rather than automatically using the latest versions.
Previously, if a resource was updated for a change, it could potentially
cause tests to fail if those tests were incompatible with the new
version of the resource.
Now, with this change, tests are tied to specific versions of resources,
ensuring that any updates to resources will require corresponding
updates to the tests to maintain compatibility.

Change-Id: I9633b1749f6c6c82af6aa6697b7e7656020f62fa
2024-03-21 09:03:46 -07:00
..

Standard Library

These tests check that the BaseCPUProcessor and the gem5.utils.requires function work as intended. To run these tests by themselves, you can run the following command in the tests directory:

./main.py run gem5/stdlib --length=[length]