view modules/uninorm/decomposing-form-tests @ 17305:0e5a583a2a8d

regex: test for buffer overrun * m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab, for the just-fixed regex bug.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 29 Jan 2013 22:34:58 -0800
parents 86634e33e086
children
line wrap: on
line source

Files:
tests/uninorm/test-decomposing-form.c
tests/macros.h

Depends-on:
uninorm/nfc
uninorm/nfd
uninorm/nfkc
uninorm/nfkd

configure.ac:

Makefile.am:
TESTS += test-decomposing-form
check_PROGRAMS += test-decomposing-form
test_decomposing_form_SOURCES = uninorm/test-decomposing-form.c
test_decomposing_form_LDADD = $(LDADD) $(LIBUNISTRING)