view modules/vsnprintf-posix-tests @ 9854:baba3b346ab2

Use macros NaNf, NaNd, NaNl instead of NAN.
author Bruno Haible <bruno@clisp.org>
date Wed, 02 Apr 2008 03:06:02 +0200
parents 7f3ed6b093be
children ca053fa79cd3
line wrap: on
line source

Files:
tests/test-vsnprintf-posix.c
tests/test-snprintf-posix.h
tests/test-vsnprintf.c
tests/nan.h

Depends-on:
stdint

configure.ac:
AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
  [Define to 1 for strict checking in test-vsnprintf.c.])

Makefile.am:
TESTS += test-vsnprintf-posix test-vsnprintf
check_PROGRAMS += test-vsnprintf-posix test-vsnprintf