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:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user