summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_complex.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-11-08 03:03:16 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2018-11-09 07:37:50 +0100
commit33e47b44914a20ec657a4f4f69b052eb612cd7f8 (patch)
tree6cef3de61a7e32c42dd540fd3742398413d34e1f /sw/JunitTest_sw_complex.mk
parent84286ac443ea8978743d281efeaa7ddb46199558 (diff)
Fix many Java subsequentcheck test by using JUH
Splits gb_JunitTest_set_unoapi_test_class_and_jars into two separate defines as: - gb_JunitTest_use_unoapi_jars - gb_JunitTest_use_unoapi_test_class Then replaces many of the gb_JunitTest_use_jars lists with the new gb_JunitTest_use_unoapi_jars to fix the JUH dependencies. This probably adds some unneeded JUH dependencies to some Java tests, but that shouldn't be a problem. Change-Id: I0c4fce6b50f7c6eb8d62bfb2c50f056b97584794 Reviewed-on: https://gerrit.libreoffice.org/63119 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'sw/JunitTest_sw_complex.mk')
-rw-r--r--sw/JunitTest_sw_complex.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk
index a4d7a08ec02b..41785d5c49f6 100644
--- a/sw/JunitTest_sw_complex.mk
+++ b/sw/JunitTest_sw_complex.mk
@@ -23,15 +23,6 @@ $(eval $(call gb_JunitTest_add_sourcefiles,sw_complex,\
sw/qa/complex/indeterminateState/CheckIndeterminateState \
))
-$(eval $(call gb_JunitTest_use_jars,sw_complex,\
- OOoRunner \
- ridl \
- test \
- unoil \
- jurt \
-))
-
-$(eval $(call gb_JunitTest_add_classes,sw_complex,\
-))
+$(eval $(call gb_JunitTest_use_unoapi_jars,sw_complex))
# vim: set noet sw=4 ts=4: