1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
gnulib/modules/c32swidth-tests
Bruno Haible 1def33e0d8 tests: Use streq, part 3.
* tests/**/*.[hc]: Use streq instead of strcmp.
* modules/*-tests (Dependencies): Add streq.
2026-03-01 10:41:24 +01:00

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)