Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/unistr/u8-chr-tests @ 17111:b8250ce33952
hash-pjw: relax license to LGPLv2+
* modules/hash-pjw (License): Relax, with consent of author.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 26 Sep 2012 20:12:57 -0700 |
parents | 24ed6e62c681 |
children |
rev | line source |
---|---|
12666
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/unistr/test-u8-chr.c |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/unistr/test-chr.h |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/zerosize-ptr.h |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 tests/macros.h |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 m4/mmap-anon.m4 |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 Depends-on: |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 extensions |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 getpagesize |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 unistr/u8-set |
13481
24ed6e62c681
unistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings.
Bruno Haible <bruno@clisp.org>
parents:
13471
diff
changeset
|
12 unistr/u32-set |
13471
7ade914695f0
unistr/u*-chr: prepare for multibyte tests
Paolo Bonzini <pbonzini@redhat.com>
parents:
13354
diff
changeset
|
13 unistr/u32-to-u8 |
12666
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 configure.ac: |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 gl_FUNC_MMAP_ANON |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 AC_CHECK_HEADERS_ONCE([sys/mman.h]) |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 AC_CHECK_FUNCS_ONCE([mprotect]) |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 Makefile.am: |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 TESTS += test-u8-chr |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 check_PROGRAMS += test-u8-chr |
d7d641a49b10
Tests for module 'unistr/u8-chr'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 test_u8_chr_SOURCES = unistr/test-u8-chr.c |
13354
86634e33e086
New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents:
12666
diff
changeset
|
24 test_u8_chr_LDADD = $(LDADD) $(LIBUNISTRING) |