Kaydet (Commit) 7d3e8c52 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

sal: Rewrite digest tests to be simpler, enable them in check

Change-Id: I610e615be498237e5cd9dd963bca60c7f8f62aac
üst 53cbca6e
# -*- Mode: makefile; 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_digest))
$(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_digest,\
sal/qa/rtl/digest/rtl_digest \
))
$(eval $(call gb_CppunitTest_use_libraries,sal_rtl_digest,\
sal \
$(gb_UWINAPI) \
))
# vim: set noet sw=4 ts=4:
...@@ -47,6 +47,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ ...@@ -47,6 +47,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\
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_doublelock \ CppunitTest_sal_rtl_doublelock \
CppunitTest_sal_rtl_locale \ CppunitTest_sal_rtl_locale \
CppunitTest_sal_rtl_ostringbuffer \ CppunitTest_sal_rtl_ostringbuffer \
......
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