diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-21 18:51:16 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-21 19:33:13 +0100 |
commit | 67cf29bb36587f03ec19c789657da4236553c5fd (patch) | |
tree | cec5aa765c85e599092ff1954b3e2aed19ea9a65 /sal/Module_sal.mk | |
parent | 68dad6ff9d5547d94ff1b1085dfec9c8fef9c726 (diff) |
sal: make more tests running
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 2d9a09fc65c6..1260afd7f5d5 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -29,6 +29,7 @@ $(eval $(call gb_Module_Module,sal)) $(eval $(call gb_Module_add_targets,sal,\ + Executable_osl_process_child \ $(if $(filter $(OS),IOS),,\ Executable_cppunittester) \ $(if $(filter $(OS),ANDROID), \ @@ -43,31 +44,34 @@ $(eval $(call gb_Module_add_targets,sal,\ )) $(eval $(call gb_Module_add_check_targets,sal,\ + CppunitTest_Module_DLL \ CppunitTest_sal_bytesequence \ CppunitTest_sal_osl_condition \ CppunitTest_sal_osl_file \ - CppunitTest_sal_osl_module_dll \ - CppunitTest_sal_osl_mutex \ + CppunitTest_sal_osl_module \ CppunitTest_sal_osl_old_test_file \ - CppunitTest_sal_osl_profile \ CppunitTest_sal_osl_security \ - CppunitTest_sal_osl_setthreadname \ CppunitTest_sal_osl_thread \ + CppunitTest_sal_osl_process \ 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_tcwf \ CppunitTest_sal_types \ )) -# these are failing: \ - CppunitTest_sal_osl_module \ - CppunitTest_sal_osl_process \ + +# these were added when gbuild'izing +$(eval $(call gb_Module_add_check_targets,sal,\ + CppunitTest_sal_osl_mutex \ + CppunitTest_sal_osl_profile \ + CppunitTest_sal_osl_setthreadname \ + CppunitTest_sal_rtl_math \ +)) # CppunitTest_sal_osl_pipe has circular dependency on unotest # $(eval $(call gb_Module_add_subsequentcheck_targets,sal,\ |