[Libreoffice-commits] .: sal/qa
Christian Lohmaier
cloph at kemper.freedesktop.org
Mon Feb 21 11:00:54 PST 2011
sal/qa/osl/file/makefile.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 8ffd93f7ead9d0410670896e01db91fb8ef1b7c9
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Fri Feb 18 18:45:09 2011 +0100
disable copy/write unittest as it makes assumptions on the build-environment
diff --git a/sal/qa/osl/file/makefile.mk b/sal/qa/osl/file/makefile.mk
index 8b6b1ff..86d0e6d 100644
--- a/sal/qa/osl/file/makefile.mk
+++ b/sal/qa/osl/file/makefile.mk
@@ -53,7 +53,9 @@ SHL1VERSIONMAP = $(PRJ)$/qa$/export.map
#-------------------------------------------------------------------
SHL2OBJS=$(SLO)$/test_cpy_wrt_file.obj
-SHL2TARGET=tcwf
+# TODO: disabled because it makes assumption on the build-environment
+# (assumes a target with not enough free disk-space exists)
+# SHL2TARGET=tcwf
SHL2STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB)
SHL2IMPLIB=i$(SHL2TARGET)
SHL2DEF=$(MISC)$/$(SHL2TARGET).def
More information about the Libreoffice-commits
mailing list