summaryrefslogtreecommitdiff
path: root/openembedded/scripts/openjdk-version.sh
AgeCommit message (Collapse)Author
2014-10-21openjdk-version.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Ic0e817116cc7f67f638889334d6cdd194aa3c055
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>