summaryrefslogtreecommitdiff
path: root/sal/Module_sal.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-17 14:18:58 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-19 10:14:54 +0100
commit91609fe9d83aed2547ebb3c4aa48202f56c54dbc (patch)
treed74b895e17f58187521b0206e7c9772b3113680a /sal/Module_sal.mk
parentcf77e8a0b9dc26d5007c76388c3f09231f048bdd (diff)
sal: add more unit tests
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r--sal/Module_sal.mk23
1 files changed, 22 insertions, 1 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index f7982adbb99e..a1e442dac9a1 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -44,11 +44,32 @@ $(eval $(call gb_Module_add_targets,sal,\
))
$(eval $(call gb_Module_add_check_targets,sal,\
+ CppunitTest_sal_bytesequence \
+ CppunitTest_sal_osl_condition \
+ CppunitTest_sal_osl_file \
+ CppunitTest_sal_osl_module \
CppunitTest_sal_osl_mutex \
- CppunitTest_sal_osl_pipe \
+ CppunitTest_sal_osl_process \
CppunitTest_sal_osl_profile \
+ CppunitTest_sal_osl_security \
CppunitTest_sal_osl_setthreadname \
+ CppunitTest_sal_rtl_alloc \
+ CppunitTest_sal_rtl_cipher \
+ CppunitTest_sal_rtl_crc32 \
+ CppunitTest_sal_rtl_doublelock \
+ CppunitTest_sal_rtl_locale \
CppunitTest_sal_rtl_math \
+ CppunitTest_sal_rtl_ostringbuffer \
+ CppunitTest_sal_rtl_oustringbuffer \
+ CppunitTest_sal_rtl_strings \
+ CppunitTest_sal_types \
+))
+
+# CppunitTest_sal_osl_pipe has circular dependency on unotest
+$(eval $(call gb_Module_add_subsequentcheck_targets,sal,\
+ CppunitTest_sal_osl_pipe \
))
+# error when building test-getsystempathfromfileurl.cxx \
+ CppunitTest_sal_osl_getsystempathfromfileurl \
# vim: set noet sw=4 ts=4: