aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2017-04-11 12:37:11 +0100
committerPeter Maydell <peter.maydell@linaro.org>2017-04-11 12:37:11 +0100
commit9c7daeff8bf4779710e61dfd060e99b7ea19b564 (patch)
treed2545b7ee79a87a16ee5b1b6795d9ff2a60dd70a
parent4669a19d422b9649e21f0f49a1025473805ee091 (diff)
test11: Add to runtests
Add test11 to the set of tests run from the shell script. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-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