do-release-commit-and-tag: add option to specify branch
[gnulib.git] / modules / xstrtol-tests
1 Files:
2 tests/init.sh
3 tests/test-xstrtol.c
4 tests/test-xstrtoul.c
5 tests/test-xstrtol.sh
6
7 Depends-on:
8 inttypes
9
10 configure.ac:
11
12 Makefile.am:
13 TESTS += test-xstrtol.sh
14 check_PROGRAMS += test-xstrtol test-xstrtoul
15 test_xstrtol_LDADD = $(LDADD) @LIBINTL@
16 test_xstrtoul_LDADD = $(LDADD) @LIBINTL@