Fix test dependencies.
[gnulib.git] / modules / xstrtol-tests
1 Files:
2 tests/test-xstrtol.c
3 tests/test-xstrtoul.c
4 tests/test-xstrtol.sh
5
6 Depends-on:
7 inttypes
8
9 configure.ac:
10
11 Makefile.am:
12 TESTS += test-xstrtol.sh
13 check_PROGRAMS += test-xstrtol test-xstrtoul
14 test_xstrtol_LDADD = $(LDADD) @LIBINTL@
15 test_xstrtoul_LDADD = $(LDADD) @LIBINTL@