mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
Files:
|
|
tests/test-mbrtoc32-regular.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
mbsinit
|
|
setlocale
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-mbrtoc32-regular
|
|
check_PROGRAMS += test-mbrtoc32-regular
|
|
test_mbrtoc32_regular_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)
|