summaryrefslogtreecommitdiffstats
path: root/connectivity/CppunitTest_connectivity_ado.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2012-11-07 23:15:37 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-07 23:06:25 +0000
commitc68cd0125dcf8d9f57ee0e1a540a939859e8eed6 (patch)
tree0064a3666d09f36ed07671fc527c8fdd601e0859 /connectivity/CppunitTest_connectivity_ado.mk
parentlpsolve: why would it need hunspell (diff)
downloadcore-c68cd0125dcf8d9f57ee0e1a540a939859e8eed6.tar.gz
core-c68cd0125dcf8d9f57ee0e1a540a939859e8eed6.zip
enable ado driver unit test again
The problem is that ado driver creates a link file in the tree leaving it dirty: tinderbox doesn't like it. Instead of reading the mdb file direct from srcdir we copy it first to workdir and read it from there with the new function: getPathFromWorkdir. Thank you Norbert! Change-Id: I504bc26b80686db55a505bac19a95cc9c6022fcc Reviewed-on: https://gerrit.libreoffice.org/1004 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'connectivity/CppunitTest_connectivity_ado.mk')
-rw-r--r--connectivity/CppunitTest_connectivity_ado.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/connectivity/CppunitTest_connectivity_ado.mk b/connectivity/CppunitTest_connectivity_ado.mk
index d35f62b9a0a3..f837f99664df 100644
--- a/connectivity/CppunitTest_connectivity_ado.mk
+++ b/connectivity/CppunitTest_connectivity_ado.mk
@@ -67,4 +67,8 @@ $(eval $(call gb_CppunitTest_use_components,connectivity_ado,\
$(eval $(call gb_CppunitTest_use_configuration,connectivity_ado))
+$(call gb_CppunitTest_get_target,connectivity_ado) : $(WORKDIR)/CppunitTest/TS001018407.mdb
+$(WORKDIR)/CppunitTest/TS001018407.mdb : $(SRCDIR)/connectivity/qa/connectivity/ado/TS001018407.mdb
+ $(call gb_Deliver_deliver,$<,$@)
+
# vim: set noet sw=4 ts=4: