openat: provide more convenience names
[pspp] / modules / snprintf-posix-tests
index 0353e6136b5463c505f98d9a0f715f29d8d3cb2c..f3c08c717407a0c8f2863c30a5318e631367c3b0 100644 (file)
@@ -1,16 +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
-EXTRA_DIST += test-snprintf-posix.h
+TESTS += test-snprintf-posix test-snprintf
+check_PROGRAMS += test-snprintf-posix test-snprintf