Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
[gnulib.git] / modules / trunc-tests
index 441e8cb..ade1964 100644 (file)
@@ -1,14 +1,21 @@
 Files:
 tests/test-trunc1.c
+tests/test-trunc2.c
 
 Depends-on:
+float
+isnan-nolibm
+stdbool
+stdint
+fprintf-posix
 
 configure.ac:
 
 Makefile.am:
-TESTS += test-trunc1
-check_PROGRAMS += test-trunc1
+TESTS += test-trunc1 test-trunc2
+check_PROGRAMS += test-trunc1 test-trunc2
 test_trunc1_LDADD = $(LDADD) @TRUNC_LIBM@
+test_trunc2_LDADD = $(LDADD) @TRUNC_LIBM@
 
 License:
 LGPL