1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-25 12:01:42 +00:00

tests: Add a test for trace interrupts

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
Paul Mackerras
2020-08-29 19:30:56 +10:00
parent b589d2d472
commit e1672ea709
7 changed files with 476 additions and 1 deletions

View File

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