* README: Append ".git" to git and cg examples.
[gnulib.git] / modules / truncf-tests
index a7b4d53..3584de2 100644 (file)
@@ -1,14 +1,21 @@
 Files:
 tests/test-truncf1.c
+tests/test-truncf2.c
 
 Depends-on:
+float
+isnanf-nolibm
+stdbool
+stdint
+fprintf-posix
 
 configure.ac:
 
 Makefile.am:
-TESTS += test-truncf1
-check_PROGRAMS += test-truncf1
+TESTS += test-truncf1 test-truncf2
+check_PROGRAMS += test-truncf1 test-truncf2
 test_truncf1_LDADD = $(LDADD) @TRUNCF_LIBM@
+test_truncf2_LDADD = $(LDADD) @TRUNCF_LIBM@
 
 License:
 LGPL