Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/strcasestr-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 | a48d3d749ca5 |
children |
rev | line source |
---|---|
8124 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-strcasestr.c |
12489 | 3 tests/signature.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/macros.h |
8124 | 5 |
6 Depends-on: | |
7 | |
8 configure.ac: | |
9623
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
8124
diff
changeset
|
9 AC_CHECK_DECLS_ONCE([alarm]) |
8124 | 10 |
11 Makefile.am: | |
12 TESTS += test-strcasestr | |
13 check_PROGRAMS += test-strcasestr | |
14 |