diff options
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r-- | shell/Module_shell.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index ecd3772e31be..34613811244e 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -72,6 +72,10 @@ $(eval $(call gb_Module_add_targets,shell,\ StaticLibrary_xmlparser \ WinResTarget_shlxthdl \ )) + +$(eval $(call gb_Module_add_check_targets,shell,\ + CppunitTest_shell_zip \ +)) endif ifeq ($(BUILD_X64),TRUE) |