summaryrefslogtreecommitdiff
path: root/modules/xstrtol-tests
blob: da11c19608f594ab7355e2b3eb07033adda63be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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@