openat: provide more convenience names
[pspp] / modules / snprintf-posix-tests
index cf49194b89923f946774e628e43045fa4b6cde6f..f3c08c717407a0c8f2863c30a5318e631367c3b0 100644 (file)
@@ -1,15 +1,18 @@
 Files:
 tests/test-snprintf-posix.c
 tests/test-snprintf-posix.h
-m4/longdouble.m4
+tests/test-snprintf.c
+tests/nan.h
 
 Depends-on:
 stdint
+float
 
 configure.ac:
-AC_REQUIRE([gt_TYPE_LONGDOUBLE])
+AC_DEFINE([CHECK_SNPRINTF_POSIX], 1,
+  [Define to 1 for strict checking in test-snprintf.c.])
 
 Makefile.am:
-TESTS += test-snprintf-posix
-check_PROGRAMS += test-snprintf-posix
+TESTS += test-snprintf-posix test-snprintf
+check_PROGRAMS += test-snprintf-posix test-snprintf