tests: Make the ISA-dependent tests run
dev/ has unit tests, but they are not run when using the NULL ISA. The currently existing tests are not ISA-specific, so the tests were set to be run at an ARM environment. As of now this is enough, but when ISA-specific tests from ISAs other than ARM are added one will need to change to cover them too. Change-Id: I18df0141d415286325463afa759459b04ac8a92f Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/44367 Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Daniel Carvalho
parent
4f7d15a70b
commit
dfa712f041
@@ -47,4 +47,4 @@ set -e
|
||||
# Once complete, run the Google Tests
|
||||
cd tests
|
||||
./main.py run -j4 -t4 gem5 && scons -C .. --no-compress-debug \
|
||||
build/NULL/unittests.opt
|
||||
build/ARM/unittests.opt
|
||||
|
||||
Reference in New Issue
Block a user