blob: a6b9336607a4722c3fdd964931381070c96174f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/unistr/test-u16-strmblen.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-u16-strmblen
check_PROGRAMS += test-u16-strmblen
test_u16_strmblen_SOURCES = unistr/test-u16-strmblen.c
test_u16_strmblen_LDADD = $(LDADD) $(LIBUNISTRING)
|