disable unittests on OpenBSD until it gets fixed. bug #37567
This commit is contained in:
parent
be0df27db9
commit
c61a6efcfe
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue