aboutsummaryrefslogtreecommitdiff
path: root/runtests.sh
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 /runtests.sh
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>
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh1
1 files changed, 1 insertions, 0 deletions
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