mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
1def33e0d8
* tests/**/*.[hc]: Use streq instead of strcmp. * modules/*-tests (Dependencies): Add streq.
18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
Files:
|
|
tests/test-c32width.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
c-ctype
|
|
localcharset
|
|
setlocale
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-c32width
|
|
check_PROGRAMS += test-c32width
|
|
test_c32width_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(LIBC32CONV)
|