diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-19 15:36:07 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-19 15:36:07 -0600 |
commit | e69b8a758061c695b4daa9029f58a1cd7f715ef6 (patch) | |
tree | b1c5bc0d6769ac2390dee95efcffd68a5cd244c1 /officecfg | |
parent | ee7f6aaa95c39ce062cc6c2aff6416442f5ebd90 (diff) |
disabled officecfg unittest due to dependencies problems
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/Module_officecfg.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/officecfg/Module_officecfg.mk b/officecfg/Module_officecfg.mk index 382992e14128..4a0dc8d5aaad 100644 --- a/officecfg/Module_officecfg.mk +++ b/officecfg/Module_officecfg.mk @@ -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: |