mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
Files:
|
|
tests/unistr/test-u8-strcpy.c
|
|
tests/unistr/test-strcpy.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u8-strcpy
|
|
check_PROGRAMS += test-u8-strcpy
|
|
test_u8_strcpy_SOURCES = unistr/test-u8-strcpy.c
|
|
test_u8_strcpy_LDADD = $(LDADD) $(LIBUNISTRING)
|