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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8124
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
33ab12a7cea2 tests: add signature checks
Eric Blake <ebb9@byu.net>
parents: 9623
diff changeset
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
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Makefile.am:
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 TESTS += test-strcasestr
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 check_PROGRAMS += test-strcasestr
9b974047571c Tests for module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14