diff options
Diffstat (limited to 'community/openjdk8/APKBUILD')
-rw-r--r-- | community/openjdk8/APKBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/openjdk8/APKBUILD b/community/openjdk8/APKBUILD index bf3a83262a..a231946a62 100644 --- a/community/openjdk8/APKBUILD +++ b/community/openjdk8/APKBUILD @@ -153,6 +153,13 @@ build() { make || return 1 } +# TODO: Run tests or at least try to compile and run hello world. +check() { + cd "$builddir"/openjdk.build/images/j2sdk-image + + ./bin/java -version +} + package() { cd "$builddir" |