[Libreoffice-commits] .: sal/CppunitTest_sal_osl_process.mk sal/Executable_osl_process_child.mk

Matus Kukan mkukan at kemper.freedesktop.org
Wed Mar 28 00:47:37 PDT 2012


 sal/CppunitTest_sal_osl_process.mk  |    4 ++++
 sal/Executable_osl_process_child.mk |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 2fc2a3542988e0dbf71163b40d5fe495a6789d40
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Wed Mar 28 09:43:48 2012 +0200

    sal: add dependency for unit test, fix typo in comment

diff --git a/sal/CppunitTest_sal_osl_process.mk b/sal/CppunitTest_sal_osl_process.mk
index 257d065..aad9405 100644
--- a/sal/CppunitTest_sal_osl_process.mk
+++ b/sal/CppunitTest_sal_osl_process.mk
@@ -36,4 +36,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sal_osl_process,\
     $(gb_STDLIBS) \
 ))
 
+# Depend on to be tested executable
+$(call gb_CppunitTest_get_target,sal_osl_process) : \
+	$(call gb_Executable_get_target,osl_process_child)
+
 # vim: set noet sw=4 ts=4:
diff --git a/sal/Executable_osl_process_child.mk b/sal/Executable_osl_process_child.mk
index 3e538ff..fb348fa 100644
--- a/sal/Executable_osl_process_child.mk
+++ b/sal/Executable_osl_process_child.mk
@@ -25,7 +25,7 @@
 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
 # instead of those above.
 
-# This executable is only required by unit-test sal_osl_profile.
+# This executable is required only by sal_osl_process test.
 # See qa/osl/process/osl_process.cxx:411
 $(eval $(call gb_Executable_Executable,osl_process_child))
 
@@ -38,7 +38,7 @@ $(eval $(call gb_Executable_add_exception_objects,osl_process_child,\
 	sal/qa/osl/process/osl_process_child \
 ))
 
-# Also this batch file is required by sal_osl_profile.
+# Also this batch file is required by sal_osl_process.
 # See qa/osl/process/osl_process.cxx:675
 ifeq ($(OS),WNT)
 BATCH_FILE:=batch.bat


More information about the Libreoffice-commits mailing list