diff options
author | Andrés Maldonado <amaldonado@linagora.com> | 2019-02-21 15:19:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-02-22 13:36:15 +0100 |
commit | db8a2a567087cb65ca420bfd582ea2c8c24fcd7b (patch) | |
tree | 984641c89db5470e6bd7227862c2459ee70c6357 /sal/Module_sal.mk | |
parent | b87f3dc3c54b0a070da97406230781c19834e25a (diff) |
tdf#39625 make sal/qa/systools/test_comtools.cxx work with CppUnit
Change-Id: If467a13b03303656e51474b3ebd384db8782ed9b
Reviewed-on: https://gerrit.libreoffice.org/68156
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 745339944bc9..4d7a84ee4e61 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -25,6 +25,7 @@ $(eval $(call gb_Module_add_targets,sal,\ $(eval $(call gb_Module_add_check_targets,sal,\ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \ + $(if $(filter WNT,$(OS)),CppunitTest_sal_comtools) \ CppunitTest_sal_osl_security \ CppunitTest_sal_osl \ CppunitTest_sal_rtl \ |