summaryrefslogtreecommitdiff
path: root/jvmfwk/Module_jvmfwk.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-07-07 16:00:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-07-08 08:05:26 +0200
commit395ecf1ed3040b4eac6b1fc8d6b96ca426657321 (patch)
tree0e219dc1a79413d8615337a5dd110f0a0bcbc7b8 /jvmfwk/Module_jvmfwk.mk
parent822f128e734f37ee4de9bf5b62640cbec140701e (diff)
Turn OSL_DEBUG_LEVEL >= 2 SelfTest into CppunitTest
...and move "10.0", "10.10", and "1.5.0_010" from badVersions[] to good versions[] to make the test succeed (assuming these shall indeed be classified as good by now, presumably due to changes to the SunVersion implementation in the meantime) Change-Id: Ia7cf9b0e607743a5e0534078c0221c1423f6cfb3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118570 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'jvmfwk/Module_jvmfwk.mk')
-rw-r--r--jvmfwk/Module_jvmfwk.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/jvmfwk/Module_jvmfwk.mk b/jvmfwk/Module_jvmfwk.mk
index 396ed21de8d9..802daed57005 100644
--- a/jvmfwk/Module_jvmfwk.mk
+++ b/jvmfwk/Module_jvmfwk.mk
@@ -28,6 +28,10 @@ $(eval $(call gb_Module_add_targets,jvmfwk,\
endif
endif
+$(eval $(call gb_Module_add_check_targets,jvmfwk, \
+ CppunitTest_jvmfwk_sunversion \
+))
+
endif
# vim:set noet sw=4 ts=4: