view modules/round-tests @ 13415:a884db63982b

Avoid some more warnings from "gcc -Wwrite-strings".
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Jun 2010 21:17:11 +0200
parents be869a242af0
children 108bbfd6f03b
line wrap: on
line source

Files:
tests/test-round1.c
tests/test-round2.c
tests/nan.h
tests/signature.h
tests/macros.h

Depends-on:
isnand-nolibm
stdbool
stdint
verify

configure.ac:

Makefile.am:
TESTS += test-round1 test-round2
check_PROGRAMS += test-round1 test-round2
test_round1_LDADD = $(LDADD) @ROUND_LIBM@
test_round2_LDADD = $(LDADD) @ROUND_LIBM@