Kaydet (Commit) e69b8a75 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

disabled officecfg unittest due to dependencies problems

üst ee7f6aaa
......@@ -26,9 +26,13 @@ $(eval $(call gb_Module_add_targets,officecfg,\
Configuration_officecfg \
))
# this does not work, subsequenttest s a runtime dep, that is it postpone the run of the unittest, not the build of it
# and that test need a bunch of include that are not there and there is no rule to teach make about the
# dependency of these generated headers
# disabled for now
# The cppheader test depends on comphelper so can only be a subsequentcheck:
$(eval $(call gb_Module_add_subsequentcheck_targets,officecfg,\
CppunitTest_officecfg_cppheader_test \
))
#$(eval $(call gb_Module_add_subsequentcheck_targets,officecfg,\
# CppunitTest_officecfg_cppheader_test \
#))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment