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