Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/unictype/syntax-java-whitespace-tests @ 17935:0ad1f4c9eed5 default tip
tests: support stderr verification with returns_()
* tests/init.sh (returns_): Disable tracing for this wrapper
function, so that stderr of the wrapped command is unchanged,
allowing for verification of the contents.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Mon, 16 Feb 2015 17:20:39 +0000 |
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-sy_java_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_java_whitespace |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 check_PROGRAMS += test-sy_java_whitespace |
7e73893994b7
Tests for Unicode character classification functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 test_sy_java_whitespace_SOURCES = unictype/test-sy_java_whitespace.c |
13354
86634e33e086
New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
15 test_sy_java_whitespace_LDADD = $(LDADD) $(LIBUNISTRING) |