Kaydet (Commit) f3881ab8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Combine individual gb_Module_add_check_targets, and sort

Change-Id: Ia625a33371d2278bd89274ed5ee18acb773810cf
üst 930bcdcc
...@@ -28,47 +28,39 @@ $(eval $(call gb_Module_add_targets,sal,\ ...@@ -28,47 +28,39 @@ $(eval $(call gb_Module_add_targets,sal,\
)) ))
$(eval $(call gb_Module_add_check_targets,sal,\ $(eval $(call gb_Module_add_check_targets,sal,\
CppunitTest_sal_osl_process \ $(if $(filter $(OS),WNT),,CppunitTest_sal_osl_file) \
))
$(eval $(call gb_Module_add_check_targets,sal,\
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_sal_osl_module) \
$(if $(filter-out MSC-120,$(COM)-$(VCVER)),CppunitTest_sal_osl_security) \
CppunitTest_sal_bytesequence \ CppunitTest_sal_bytesequence \
CppunitTest_sal_osl_condition \ CppunitTest_sal_osl_condition \
$(if $(filter $(OS),WNT),, \ CppunitTest_sal_osl_mutex \
CppunitTest_sal_osl_file) \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_sal_osl_module) \
CppunitTest_sal_osl_old_test_file \ CppunitTest_sal_osl_old_test_file \
$(if $(filter-out MSC-120,$(COM)-$(VCVER)),CppunitTest_sal_osl_security) \ CppunitTest_sal_osl_pipe \
CppunitTest_sal_osl_process \
CppunitTest_sal_osl_profile \
CppunitTest_sal_osl_setthreadname \
CppunitTest_sal_osl_thread \ CppunitTest_sal_osl_thread \
CppunitTest_sal_rtl_alloc \ CppunitTest_sal_rtl_alloc \
CppunitTest_sal_rtl_process \
CppunitTest_sal_rtl_bootstrap \ CppunitTest_sal_rtl_bootstrap \
CppunitTest_sal_rtl_cipher \ CppunitTest_sal_rtl_cipher \
CppunitTest_sal_rtl_crc32 \ CppunitTest_sal_rtl_crc32 \
CppunitTest_sal_rtl_digest \ CppunitTest_sal_rtl_digest \
CppunitTest_sal_rtl_doublelock \ CppunitTest_sal_rtl_doublelock \
CppunitTest_sal_rtl_locale \ CppunitTest_sal_rtl_locale \
CppunitTest_sal_rtl_math \
CppunitTest_sal_rtl_ostringbuffer \ CppunitTest_sal_rtl_ostringbuffer \
CppunitTest_sal_rtl_oustringbuffer \
CppunitTest_sal_rtl_oustring \ CppunitTest_sal_rtl_oustring \
CppunitTest_sal_rtl_oustringbuffer \
CppunitTest_sal_rtl_process \
CppunitTest_sal_rtl_strings \
CppunitTest_sal_rtl_textenc \ CppunitTest_sal_rtl_textenc \
CppunitTest_sal_rtl_uri \ CppunitTest_sal_rtl_uri \
CppunitTest_sal_rtl_strings \
CppunitTest_sal_rtl_uuid \ CppunitTest_sal_rtl_uuid \
CppunitTest_sal_tcwf \ CppunitTest_sal_tcwf \
CppunitTest_sal_types \ CppunitTest_sal_types \
)) ))
# these were added when gbuild'izing
$(eval $(call gb_Module_add_check_targets,sal,\
CppunitTest_sal_osl_mutex \
CppunitTest_sal_osl_pipe \
CppunitTest_sal_osl_profile \
CppunitTest_sal_osl_setthreadname \
CppunitTest_sal_rtl_math \
))
endif endif
# error when building test-getsystempathfromfileurl.cxx \ # error when building test-getsystempathfromfileurl.cxx \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment