support/testing/tests/package/test_openjdk: new test
authorAdam Duskett <Aduskett@gmail.com>
Fri, 15 Mar 2019 20:52:33 +0000 (16:52 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 17 Mar 2019 13:02:18 +0000 (14:02 +0100)
commitdf7bf8fb4124ae7de1f002dc03154279bfec660a
treee7ba21868ecd10eb31cd396b3bf43288c6d72220
parent3641d98ec422607592a452b9e076bf34be1f98b1
support/testing/tests/package/test_openjdk: new test

This test is a simple "Hello, World" integration test of the OpenJDK
package.

It compiles the Java app on the host, then runs it on an emulated
AARCH64 target and verifies "Hello, World" is printed.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
.gitlab-ci.yml
DEVELOPERS
support/testing/tests/package/br2-external/openjdk/Config.in [new file with mode: 0644]
support/testing/tests/package/br2-external/openjdk/external.desc [new file with mode: 0644]
support/testing/tests/package/br2-external/openjdk/external.mk [new file with mode: 0644]
support/testing/tests/package/br2-external/openjdk/package/openjdk-hello-world/Config.in [new file with mode: 0644]
support/testing/tests/package/br2-external/openjdk/package/openjdk-hello-world/HelloWorld.java [new file with mode: 0644]
support/testing/tests/package/br2-external/openjdk/package/openjdk-hello-world/openjdk-hello-world.mk [new file with mode: 0644]
support/testing/tests/package/test_openjdk.py [new file with mode: 0644]