diff options
author | Christoph Brill <egore911@gmail.com> | 2016-02-09 23:28:03 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-10 07:04:59 +0000 |
commit | 68df4d20d169bfb82d260f7f355790ccad194b19 (patch) | |
tree | f7b47babbe63adeffcacd7a6fdba3cbd5b762da7 /sal | |
parent | de907bf54d94c96b7939f7bc9901725454d31187 (diff) |
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@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/CppunitTest_sal_rtl_random.mk | 21 | ||||
-rw-r--r-- | sal/Module_sal.mk | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sal/CppunitTest_sal_rtl_random.mk b/sal/CppunitTest_sal_rtl_random.mk new file mode 100644 index 000000000000..c8f270148efc --- /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 0b021034be17..cea7f8950baa 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 \ |