1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/towctrans-tests
Bruno Haible fdedbfda0d towctrans: Add tests.
* tests/test-towctrans.c: New file, based on
tests/test-c32_apply_mapping.c.
* modules/towctrans-tests: New file.
2023-07-26 15:26:21 +02:00

15 lines
232 B
Plaintext

Files:
tests/test-towctrans.c
tests/signature.h
tests/macros.h
Depends-on:
wctrans
configure.ac:
Makefile.am:
TESTS += test-towctrans
check_PROGRAMS += test-towctrans
test_towctrans_LDADD = $(LDADD) $(LIBUNISTRING) $(LIBC32CONV)