[Libreoffice-commits] core.git: sal/CppunitTest_sal_rtl_random.mk sal/Module_sal.mk

Christoph Brill egore911 at gmail.com
Wed Feb 10 07:05:21 UTC 2016


 sal/CppunitTest_sal_rtl_random.mk |   21 +++++++++++++++++++++
 sal/Module_sal.mk                 |    1 +
 2 files changed, 22 insertions(+)

New commits:
commit 68df4d20d169bfb82d260f7f355790ccad194b19
Author: Christoph Brill <egore911 at gmail.com>
Date:   Tue Feb 9 23:28:03 2016 +0100

    Add existing CppUnit test for sal/rtl/random
    
    The tests itself already existed, we were just missing the .mk file
    
    Change-Id: I662eba5d955aa5cbd774dbb3b4c9f9010dc1d7d6
    Reviewed-on: https://gerrit.libreoffice.org/22249
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>

diff --git a/sal/CppunitTest_sal_rtl_random.mk b/sal/CppunitTest_sal_rtl_random.mk
new file mode 100644
index 0000000..c8f2701
--- /dev/null
+++ b/sal/CppunitTest_sal_rtl_random.mk
@@ -0,0 +1,21 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_CppunitTest_CppunitTest,sal_rtl_random))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_random,\
+    sal/qa/rtl/random/rtl_random \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sal_rtl_random,\
+    sal \
+	$(gb_UWINAPI) \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index 0b02103..cea7f89 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -54,6 +54,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\
 	CppunitTest_sal_rtl_oustring \
 	CppunitTest_sal_rtl_oustringbuffer \
 	CppunitTest_sal_rtl_process \
+	CppunitTest_sal_rtl_random \
 	CppunitTest_sal_rtl_ref \
 	CppunitTest_sal_rtl_strings \
 	CppunitTest_sal_rtl_textenc \


More information about the Libreoffice-commits mailing list