view modules/xstrtol-tests @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
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@