summaryrefslogtreecommitdiff
path: root/sfx2/JunitTest_sfx2_unoapi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/JunitTest_sfx2_unoapi.mk')
-rw-r--r--sfx2/JunitTest_sfx2_unoapi.mk19
1 files changed, 1 insertions, 18 deletions
diff --git a/sfx2/JunitTest_sfx2_unoapi.mk b/sfx2/JunitTest_sfx2_unoapi.mk
index 14da689380e0..d812f5e0baa7 100644
--- a/sfx2/JunitTest_sfx2_unoapi.mk
+++ b/sfx2/JunitTest_sfx2_unoapi.mk
@@ -19,23 +19,6 @@
$(eval $(call gb_JunitTest_JunitTest,sfx2_unoapi))
-$(eval $(call gb_JunitTest_set_defs,sfx2_unoapi,\
- $$(DEFS) \
- -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sfx2/qa/unoapi/sfx.sce \
- -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sfx2/qa/unoapi/knownissues.xcl \
- -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sfx2/qa/unoapi/testdocuments \
-))
-
-$(eval $(call gb_JunitTest_use_jars,sfx2_unoapi,\
- OOoRunner \
- ridl \
- test \
- unoil \
- jurt \
-))
-
-$(eval $(call gb_JunitTest_add_classes,sfx2_unoapi,\
- org.openoffice.test.UnoApiTest \
-))
+$(eval $(call gb_JunitTest_set_unoapi_test_defaults,sfx2_unoapi,,sfx.sce))
# vim: set noet sw=4 ts=4: