Mercurial > hg > octave-kai > gnulib-hg
annotate modules/unictype/property-other-lowercase-tests @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | 86634e33e086 |
children |
rev | line source |
---|---|
9472
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/unictype/test-pr_other_lowercase.c |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/unictype/test-predicate-part1.h |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/unictype/test-predicate-part2.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9472
diff
changeset
|
5 tests/macros.h |
9472
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 configure.ac: |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 Makefile.am: |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 TESTS += test-pr_other_lowercase |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 check_PROGRAMS += test-pr_other_lowercase |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 test_pr_other_lowercase_SOURCES = unictype/test-pr_other_lowercase.c |
13354
86634e33e086
New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
15 test_pr_other_lowercase_LDADD = $(LDADD) $(LIBUNISTRING) |