annotate modules/unistr/u16-mbsnlen-tests @ 17790:1313252b8540

obstack: do not assume system-supplied obstack is size_t safe * m4/obstack.m4: New file. * modules/obstack (Files): Add it.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 03 Nov 2014 16:36:27 -0800
parents 86634e33e086
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12670
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/unistr/test-u16-mbsnlen.c
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/macros.h
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Depends-on:
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 configure.ac:
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-u16-mbsnlen
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-u16-mbsnlen
b8c4722bb039 Tests for module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 test_u16_mbsnlen_SOURCES = unistr/test-u16-mbsnlen.c
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 12670
diff changeset
13 test_u16_mbsnlen_LDADD = $(LDADD) $(LIBUNISTRING)