From c8fe40d575d28a8f6f9e35df469ed60c61f632df Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 10 Apr 2017 16:56:27 +0100 Subject: 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 --- README | 2 +- runtests.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3