summaryrefslogtreecommitdiff
path: root/sal/Module_sal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r--sal/Module_sal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index a2c937d719c5..c5215b8ce971 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -47,6 +47,8 @@ $(eval $(call gb_Module_add_targets,sal,\
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,sal,\
Executable_osl_process_child \
+))
+$(eval $(call gb_Module_add_check_targets,sal,\
CppunitTest_sal_osl_process \
))
endif
@@ -63,6 +65,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\
CppunitTest_sal_osl_security \
CppunitTest_sal_osl_thread \
CppunitTest_sal_rtl_alloc \
+ CppunitTest_sal_rtl_bootstrap \
CppunitTest_sal_rtl_cipher \
CppunitTest_sal_rtl_crc32 \
CppunitTest_sal_rtl_doublelock \