summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-24 00:06:45 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-24 00:06:45 +0100
commit65103e0484afefcf371405cf142f6af70f6f991d (patch)
treeec485b1a82d39655739755108480fd7c167ef451
parentd749fe9809305c5c59b255df7210425105bd14ee (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 6837222..1b86355 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',
]