summaryrefslogtreecommitdiff
path: root/connectivity/Module_connectivity.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/Module_connectivity.mk
parentdb8ab560b45e6433946335fdabc85dfa9c75374b (diff)
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/Module_connectivity.mk')
-rw-r--r--connectivity/Module_connectivity.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk
index c01f007bb3df..08cae215e1b3 100644
--- a/connectivity/Module_connectivity.mk
+++ b/connectivity/Module_connectivity.mk
@@ -145,12 +145,11 @@ $(eval $(call gb_Module_add_check_targets,connectivity,\
endif
-# FIXME: Makes tinderbox unhappy as it leaves unclean tree
-#ifeq ($(GUI),WNT)
-#$(eval $(call gb_Module_add_check_targets,connectivity,\
-# CppunitTest_connectivity_ado \
-#))
-#endif
+ifeq ($(GUI),WNT)
+$(eval $(call gb_Module_add_check_targets,connectivity,\
+ CppunitTest_connectivity_ado \
+))
+endif
ifneq ($(filter QADEVOOO,$(BUILD_TYPE)),)
$(eval $(call gb_Module_add_subsequentcheck_targets,connectivity,\