mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-towctrans.c: New file, based on tests/test-c32_apply_mapping.c. * modules/towctrans-tests: New file.
15 lines
232 B
Plaintext
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)
|