putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / xstrtol-tests
blob1786873d07732c3cca1cdd9be7aeb0cf6cfa405d
1 Files:
2 tests/test-xstrtol.c
3 tests/test-xstrtoul.c
4 tests/test-xstrtol.sh
6 Depends-on:
7 inttypes
8 test-framework-sh
9 xstrtol-error
11 configure.ac:
13 Makefile.am:
14 TESTS += test-xstrtol.sh
15 check_PROGRAMS += test-xstrtol test-xstrtoul
16 test_xstrtol_LDADD = $(LDADD) @LIBINTL@
17 test_xstrtoul_LDADD = $(LDADD) @LIBINTL@