repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
xstrtol-tests
blob
1786873d07732c3cca1cdd9be7aeb0cf6cfa405d
1
Files:
2
tests/test-xstrtol.c
3
tests/test-xstrtoul.c
4
tests/test-xstrtol.sh
5
6
Depends-on:
7
inttypes
8
test-framework-sh
9
xstrtol-error
10
11
configure.ac:
12
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@