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

This commit is contained in:
Robert Nagy 2011-06-05 16:41:39 +02:00
parent be0df27db9
commit c61a6efcfe

View file

@ -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 \