summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-24 00:07:53 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-24 00:10:15 +0100
commitedd9b8dd5efda64c4e642ba35b9b1a02efb29f05 (patch)
tree9113d814e7e0079941bcc174737885cdd9c7c5e3
parentd65c75fd5cf88ea44c5cbd62dd96410baa7098c8 (diff)
leg-java: add openjdk7 and 8 sanity tests
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rwxr-xr-xlava-submit.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lava-submit.py b/lava-submit.py
index a16c5e9..59d141b 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -69,6 +69,8 @@ tests_openembedded_lamp = [
]
tests_openembedded_leg_java = [
+ 'openjdk7-sanity',
+ 'openjdk8-sanity',
'mauve',
'jtreg',
]