summaryrefslogtreecommitdiff
path: root/sal/Module_sal.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2016-12-17 10:30:36 +0100
committerMatúš Kukan <matus@libreoffice.org>2016-12-23 11:18:41 +0000
commit597d178c2b516ab0cff4e4f86246d47ce9700f18 (patch)
treef7c6ae8071cd9f5b5b5133fa9d53a3c14bae6273 /sal/Module_sal.mk
parent8e743e46781b252f41227d809dec43d3c4c1d01f (diff)
tdf#97283: Merge sal rtl tests to one makefile
Change-Id: I1b78276e08feef9b6f49e5abe002391c50a8d2cc Reviewed-on: https://gerrit.libreoffice.org/32143 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r--sal/Module_sal.mk20
1 files changed, 1 insertions, 19 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index 1d79a163da4d..3a40ed75105b 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -28,26 +28,8 @@ $(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-out MSC-120,$(COM)-$(VCVER)),CppunitTest_sal_osl_security) \
- CppunitTest_sal_bytesequence \
CppunitTest_sal_osl \
- CppunitTest_sal_rtl_alloc \
- CppunitTest_sal_rtl_bootstrap \
- CppunitTest_sal_rtl_cipher \
- CppunitTest_sal_rtl_crc32 \
- CppunitTest_sal_rtl_digest \
- CppunitTest_sal_rtl_doublelock \
- CppunitTest_sal_rtl_locale \
- CppunitTest_sal_rtl_math \
- CppunitTest_sal_rtl_ostringbuffer \
- CppunitTest_sal_rtl_oustring \
- CppunitTest_sal_rtl_oustringbuffer \
- CppunitTest_sal_rtl_process \
- CppunitTest_sal_rtl_random \
- CppunitTest_sal_rtl_ref \
- CppunitTest_sal_rtl_strings \
- CppunitTest_sal_rtl_textenc \
- CppunitTest_sal_rtl_uri \
- CppunitTest_sal_rtl_uuid \
+ CppunitTest_sal_rtl \
CppunitTest_sal_types \
))