diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-23 15:36:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-23 18:10:32 +0200 |
commit | 6c7b5b015d12f01d563c0e0efdb0b7e54d4896b7 (patch) | |
tree | fac3faaa1c25a8d68e61dd944ebd2d9c8a302a5c /sal | |
parent | dbf02b8b6c34313affda860fc6c5bbc64839b2d9 (diff) |
Reinstate CppunitTest_sal_rtl
...which had been dropped by 0f874472c672175135520101837ff0c9d4701d7f "size some
stringbuffer to prevent re-alloc", presumably by accident
Change-Id: I3b84e743c1adcdd8518114810dcee5c3f12c4290
Reviewed-on: https://gerrit.libreoffice.org/81388
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-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 b7b3732e3db5..4d7a84ee4e61 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -28,6 +28,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ $(if $(filter WNT,$(OS)),CppunitTest_sal_comtools) \ CppunitTest_sal_osl_security \ CppunitTest_sal_osl \ + CppunitTest_sal_rtl \ CppunitTest_sal_types \ )) |