aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xruntests.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 3c2cb6a..54753a5 100644
--- a/README
+++ b/README
@@ -31,11 +31,11 @@ test12-kern.bin: invalid exception table entry (not Thumb mode)
test7-kern.bin: exception return integrity checks
test14-kern.bin: bitbanding
test8-kern.bin: test MPU
+test11-kern.bin: various access fault handling and recovery
Tests which aren't currently run:
test6-kern.bin: unrecoverable exception
-test11-kern.bin: various access fault handling and recovery
These are not run by runtests.sh because either:
(1) they haven't been updated to use the TAP test output format
diff --git a/runtests.sh b/runtests.sh
index 417b54c..4a11c2b 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -62,4 +62,5 @@ dotest test12-kern.bin
dotest test7-kern.bin
dotest test14-kern.bin
dotest test8-kern.bin
+dotest test11-kern.bin
exit $RET