Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/strftime-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 | 1513aab5388c |
children |
rev | line source |
---|---|
14444
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
1 Files: |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
2 tests/test-strftime.c |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
3 tests/macros.h |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
4 |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
5 Depends-on: |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
6 |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
7 configure.ac: |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
8 |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
9 Makefile.am: |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
10 TESTS += test-strftime |
4d990235f694
tests: add strftime-tests module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
11 check_PROGRAMS += test-strftime |