view modules/xstrtol-tests @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +0100
parents 928411ca75b9
children
line wrap: on
line source

Files:
tests/test-xstrtol.c
tests/test-xstrtoul.c
tests/test-xstrtol.sh

Depends-on:
inttypes
test-framework-sh

configure.ac:

Makefile.am:
TESTS += test-xstrtol.sh
check_PROGRAMS += test-xstrtol test-xstrtoul
test_xstrtol_LDADD = $(LDADD) @LIBINTL@
test_xstrtoul_LDADD = $(LDADD) @LIBINTL@