Mercurial > hg > octave-nkf > gnulib-hg
view modules/random_r @ 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 | 58a55a7ffba8 |
children |
line wrap: on
line source
Description: reentrant random number generator Files: lib/random_r.c m4/random_r.m4 Depends-on: stdlib stdint configure.ac: gl_FUNC_RANDOM_R if test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1; then AC_LIBOBJ([random_r]) gl_PREREQ_RANDOM_R fi gl_STDLIB_MODULE_INDICATOR([random_r]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Jim Meyering, glibc