view modules/snprintf-posix-tests @ 10264:ebb7ea0c94e8

Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author Ben Pfaff <blp@cs.stanford.edu>
date Sat, 12 Jul 2008 10:41:34 -0700
parents baba3b346ab2
children ca053fa79cd3
line wrap: on
line source

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

Depends-on:
stdint

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

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