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
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
unistr
/
u16-to-u32-tests
blob
3c50c8f9ed10c76806a76c78587f05b68a28849b
1
Files:
2
tests/unistr/test-u16-to-u32.c
3
tests/macros.h
4
5
Depends-on:
6
unistr/u32-cmp
7
8
configure.ac:
9
10
Makefile.am:
11
TESTS += test-u16-to-u32
12
check_PROGRAMS += test-u16-to-u32
13
test_u16_to_u32_SOURCES = unistr/test-u16-to-u32.c
14
test_u16_to_u32_LDADD = $(LDADD) $(LIBUNISTRING)