openat: provide more convenience names
[pspp] / modules / snprintf-posix-tests
index 11bca695dbf70143e98f7734411d79aa9d9cfdba..f3c08c717407a0c8f2863c30a5318e631367c3b0 100644 (file)
@@ -1,14 +1,18 @@
 Files:
 tests/test-snprintf-posix.c
 tests/test-snprintf-posix.h
+tests/test-snprintf.c
+tests/nan.h
 
 Depends-on:
 stdint
+float
 
 configure.ac:
+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