diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-09-10 20:01:23 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-11 15:50:41 +0000 |
commit | 550b275e634a5a16bf55cbb716f21608fa211e3e (patch) | |
tree | b704d133d84e5911dde8ed6a87c43278a9e926bb /sal/Module_sal.mk | |
parent | ac26b103af987f080ca14ad243033e5e0acda189 (diff) |
fdo#39625 Make existing cppunittests work
Change-Id: Ia3a59456fe82926141ccb2921aa47df4183ead86
Reviewed-on: https://gerrit.libreoffice.org/5905
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@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 8a23832df7e2..18db4b7ad815 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -43,6 +43,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_osl_security \ CppunitTest_sal_osl_thread \ CppunitTest_sal_rtl_alloc \ + CppunitTest_sal_rtl_process \ CppunitTest_sal_rtl_bootstrap \ CppunitTest_sal_rtl_cipher \ CppunitTest_sal_rtl_crc32 \ |