aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2017-04-10 16:56:27 +0100
committerPeter Maydell <peter.maydell@linaro.org>2017-04-11 11:38:20 +0100
commitc8fe40d575d28a8f6f9e35df469ed60c61f632df (patch)
treed8446912dcbc5dce35be9348485f52cdc2789a56
parente0e32b5ee3e30ad8565e92f776722f8217121b6f (diff)
test8: Add to runtests.sh
Now that test8 autodetects no-MPU configurations we can add it to the runtests.sh 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 713a00c..3c2cb6a 100644
--- a/README
+++ b/README
@@ -30,11 +30,11 @@ test3-kern.bin: exception masking and escalation
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
Tests which aren't currently run:
test6-kern.bin: unrecoverable exception
-test8-kern.bin: test MPU
test11-kern.bin: various access fault handling and recovery
These are not run by runtests.sh because either:
diff --git a/runtests.sh b/runtests.sh
index 725a34c..417b54c 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -61,4 +61,5 @@ dotest test3-kern.bin
dotest test12-kern.bin
dotest test7-kern.bin
dotest test14-kern.bin
+dotest test8-kern.bin
exit $RET