* build-aux/bootstrap (slurp): Remove obsolescent gettext.m4 patch.
[gnulib.git] / modules / xstrtoll-tests
1 Files:
2 tests/init.sh
3 tests/test-xstrtol.c
4 tests/test-xstrtoll.c
5 tests/test-xstrtoull.c
6 tests/test-xstrtoll.sh
7
8 Depends-on:
9 inttypes
10
11 configure.ac:
12
13 Makefile.am:
14 TESTS += test-xstrtoll.sh
15 check_PROGRAMS += test-xstrtoll test-xstrtoull
16 test_xstrtoll_LDADD = $(LDADD) $(LIBINTL)
17 test_xstrtoull_LDADD = $(LDADD) $(LIBINTL)