annotate modules/unistr/u16-cmp-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
12661
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/unistr/test-u16-cmp.c
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/unistr/test-cmp.h
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/zerosize-ptr.h
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/macros.h
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/mmap-anon.m4
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 extensions
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 getpagesize
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_MMAP_ANON
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 AC_CHECK_HEADERS_ONCE([sys/mman.h])
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 AC_CHECK_FUNCS_ONCE([mprotect])
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 TESTS += test-u16-cmp
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 check_PROGRAMS += test-u16-cmp
2b6d610b5260 Tests for module 'unistr/u16-cmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 test_u16_cmp_SOURCES = unistr/test-u16-cmp.c
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 12661
diff changeset
21 test_u16_cmp_LDADD = $(LDADD) $(LIBUNISTRING)