summaryrefslogtreecommitdiff
path: root/openembedded/openjdk8-sanity.yaml
AgeCommit message (Collapse)Author
2013-12-20oe: remove unnecessary clone operationTyler Baker
Change-Id: I65d76a89b7c815646bfd5a1ea0387b18a2f77123 Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2013-10-14Update test definitions metadataMilosz Wasilewski
Added meta data to all test cases In some cases maintainer is assumed basing on git log Some data is still missing ubuntu rt-ltp and ltp-realtime are duplicate and rt-ltp will be removed Change-Id: I04bb1f96cf7682fb8050df12c7dc0fa04b4dea68
2013-08-27openjdk: correct paths to java and javac binariesAndrew McDermott
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2013-08-23openembedded: add openjdk sanity testAndrew McDermott
The sanity test verifies that the javac and java binaries can execute by generating a program that prints the version of java on $PATH. This version is then matched against an expected version string. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>