annotate modules/unictype/syntax-c-whitespace-tests @ 17933:7dd80fb0f8e2 master

uniwbrk/u32-wordbreaks-tests: fix copyright * tests/uniwbrk/test-uc-wordbreaks.c: Fix copyright date.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 23 Feb 2015 15:52:58 -0800 (2015-02-23)
parents 86634e33e086
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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-sy_c_whitespace.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-sy_c_whitespace
7e73893994b7 Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 check_PROGRAMS += test-sy_c_whitespace
7e73893994b7 Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 test_sy_c_whitespace_SOURCES = unictype/test-sy_c_whitespace.c
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
15 test_sy_c_whitespace_LDADD = $(LDADD) $(LIBUNISTRING)