view modules/locale-c++-tests @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents d7eed0b7ef06
children
line wrap: on
line source

Files:
tests/test-locale-c++.cc
tests/test-locale-c++2.cc
tests/signature.h

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-locale-c++
check_PROGRAMS += test-locale-c++
test_locale_c___SOURCES = test-locale-c++.cc test-locale-c++2.cc
endif