summaryrefslogtreecommitdiff
path: root/modules/xstrtoll-tests
blob: d4e24d9d9a72a2efeebb638cbf2f52586279ebab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Files:
tests/test-xstrtol.c
tests/test-xstrtoll.c
tests/test-xstrtoull.c
tests/test-xstrtoll.sh

Depends-on:
inttypes
test-framework-sh

configure.ac:

Makefile.am:
TESTS += test-xstrtoll.sh
check_PROGRAMS += test-xstrtoll test-xstrtoull
test_xstrtoll_LDADD = $(LDADD) $(LIBINTL)
test_xstrtoull_LDADD = $(LDADD) $(LIBINTL)