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