summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-06-05 16:41:39 +0200
committerRobert Nagy <robert@openbsd.org>2011-06-05 16:43:04 +0200
commitc61a6efcfed21c2714319372d53b4af4cd8dbbd3 (patch)
treee8a2f40cbcc6a1d86cfbc237882cd655c60b6d27 /starmath
parentTranslate german comments (diff)
downloadcore-c61a6efcfed21c2714319372d53b4af4cd8dbbd3.tar.gz
core-c61a6efcfed21c2714319372d53b4af4cd8dbbd3.zip
disable unittests on OpenBSD until it gets fixed. bug #37567
Diffstat (limited to 'starmath')
-rw-r--r--starmath/Module_starmath.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk
index d9bc48de3411..c529322339fd 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 \