[Libreoffice-commits] .: starmath/Module_starmath.mk

Robert Nagy rnagy at kemper.freedesktop.org
Sun Jun 5 07:43:15 PDT 2011


 starmath/Module_starmath.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 17ab823c4244535d59c713ea07a5fbc6d18ece7c
Author: Robert Nagy <robert at openbsd.org>
Date:   Sun Jun 5 16:41:39 2011 +0200

    disable unittests on OpenBSD until it gets fixed. bug #37567

diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk
index d9bc48d..c529322 100644
--- a/starmath/Module_starmath.mk
+++ b/starmath/Module_starmath.mk
@@ -29,9 +29,11 @@ $(eval $(call gb_Module_add_targets,sm,\
     Package_uiconfig \
 ))
 
+ifneq ($(OS),OPENBSD)
 $(eval $(call gb_Module_add_check_targets,sm,\
     CppunitTest_starmath_qa_cppunit \
 ))
+endif
 
 $(eval $(call gb_Module_add_subsequentcheck_targets,sm,\
     JunitTest_starmath_unoapi \


More information about the Libreoffice-commits mailing list