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

Depends-on:
inttypes

configure.ac:

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