diff options
author | Robert Nagy <robert@openbsd.org> | 2011-06-05 16:41:39 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-06-05 16:43:04 +0200 |
commit | c61a6efcfed21c2714319372d53b4af4cd8dbbd3 (patch) | |
tree | e8a2f40cbcc6a1d86cfbc237882cd655c60b6d27 | |
parent | be0df27db9cce9fb3a31dd01d14e4d78adde1a4e (diff) |
disable unittests on OpenBSD until it gets fixed. bug #37567
-rw-r--r-- | starmath/Module_starmath.mk | 2 |
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 \ |