1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-26 04:17:22 +00:00

XICS test case

Checks interrupt masking and priorities.

Adds to `make test_xics` which is run in `make check` also.

Signed-off-by: Michael Neuling <mikey@neuling.org>
This commit is contained in:
Michael Neuling
2020-04-23 14:37:29 +10:00
parent b4f20c20b9
commit 0076f8bf1d
8 changed files with 506 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
# Script to update console related tests from source
#
for i in sc illegal decrementer ; do
for i in sc illegal decrementer xics ; do
cd $i
make
cd -