memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / snprintf-posix-tests
index 11bca695dbf70143e98f7734411d79aa9d9cfdba..9a5c3ab7cbd499815fd4c59ee50911df7684a6b8 100644 (file)
@@ -1,14 +1,21 @@
 Files:
 tests/test-snprintf-posix.c
 tests/test-snprintf-posix.h
+tests/test-snprintf.c
+tests/minus-zero.h
+tests/nan.h
+tests/signature.h
+tests/macros.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