view modules/logb-tests @ 17305:0e5a583a2a8d

regex: test for buffer overrun * m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab, for the just-fixed regex bug.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 29 Jan 2013 22:34:58 -0800
parents 27c536025f33
children
line wrap: on
line source

Files:
tests/test-logb.c
tests/test-logb.h
tests/minus-zero.h
tests/signature.h
tests/macros.h
tests/randomd.c

Depends-on:

configure.ac:

Makefile.am:
TESTS += test-logb
check_PROGRAMS += test-logb
test_logb_SOURCES = test-logb.c randomd.c
test_logb_LDADD = $(LDADD) @LOGB_LIBM@