summaryrefslogtreecommitdiff
path: root/dbaccess/JunitTest_dbaccess_unoapi.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-10-30 10:52:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-10-30 10:52:36 +0100
commit5bce80add81dea7b241e8593fee8bf25cb80c4e1 (patch)
tree02e73b6a70676c65e5269f5b6d7770c7f79b5fad /dbaccess/JunitTest_dbaccess_unoapi.mk
parente6abcd4fe7eb7cc12df372a298d06b57f822251f (diff)
Properly spell out "dbaccess"
...so that these tests also work from a toplevel make. Change-Id: I82899ce6f1760b34b365ee5cfacbadb1f40de766
Diffstat (limited to 'dbaccess/JunitTest_dbaccess_unoapi.mk')
-rw-r--r--dbaccess/JunitTest_dbaccess_unoapi.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/JunitTest_dbaccess_unoapi.mk b/dbaccess/JunitTest_dbaccess_unoapi.mk
index 5897697faa54..f948229c46da 100644
--- a/dbaccess/JunitTest_dbaccess_unoapi.mk
+++ b/dbaccess/JunitTest_dbaccess_unoapi.mk
@@ -26,16 +26,16 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_JunitTest_JunitTest,dba_ju_unoapi))
+$(eval $(call gb_JunitTest_JunitTest,dbaccess_ju_unoapi))
-$(eval $(call gb_JunitTest_set_defs,dba_ju_unoapi,\
+$(eval $(call gb_JunitTest_set_defs,dbaccess_ju_unoapi,\
$$(DEFS) \
-Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \
-Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \
))
-$(eval $(call gb_JunitTest_use_jars,dba_ju_unoapi,\
+$(eval $(call gb_JunitTest_use_jars,dbaccess_ju_unoapi,\
OOoRunner \
jurt \
ridl \
@@ -43,7 +43,7 @@ $(eval $(call gb_JunitTest_use_jars,dba_ju_unoapi,\
unoil \
))
-$(eval $(call gb_JunitTest_add_classes,dba_ju_unoapi,\
+$(eval $(call gb_JunitTest_add_classes,dbaccess_ju_unoapi,\
org.openoffice.test.UnoApiTest \
))