kumquat-buildroot/support/testing/tests/package/br2-external/openjdk/Config.in
Daniel J. Leach 6aee78c894 support/testing: openjdk JNI test cases
This test case builds a native library and ensures a Java class can load
and interact with the native library. The test also verifies Java code
can make system calls via the native library.

Signed-off-by: Daniel J. Leach <dleach@belcan.com>
Acked-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Tested-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-06-30 17:32:34 +02:00

3 lines
145 B
Plaintext

source "$BR2_EXTERNAL_OPENJDK_PATH/package/openjdk-hello-world/Config.in"
source "$BR2_EXTERNAL_OPENJDK_PATH/package/openjdk-jni-test/Config.in"