view modules/ilogb-tests @ 16765:f3fe07944aae

Tests for module 'ilogb'. * modules/ilogb-tests: New file. * tests/test-ilogb.c: New file. * tests/test-ilogb.h: New file, based on tests/test-logb.h and tests/test-logb-ieee.h.
author Bruno Haible <bruno@clisp.org>
date Tue, 03 Apr 2012 19:02:15 +0200
parents
children
line wrap: on
line source

Files:
tests/test-ilogb.c
tests/test-ilogb.h
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h
tests/randomd.c

Depends-on:

configure.ac:

Makefile.am:
TESTS += test-ilogb
check_PROGRAMS += test-ilogb
test_ilogb_SOURCES = test-ilogb.c randomd.c
test_ilogb_LDADD = $(LDADD) @ILOGB_LIBM@