diff options
-rw-r--r-- | officecfg/Module_officecfg.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/Module_officecfg.mk b/officecfg/Module_officecfg.mk index 22b815872931..7621ecd60ba1 100644 --- a/officecfg/Module_officecfg.mk +++ b/officecfg/Module_officecfg.mk @@ -24,6 +24,9 @@ $(eval $(call gb_Module_add_targets,officecfg,\ Package_misc \ Package_tools \ Configuration_officecfg \ +)) + +$(eval $(call gb_Module_add_check_targets,officecfg,\ CppunitTest_officecfg_cppheader_test \ )) |