verify: new macro 'assume'
[gnulib.git] / modules / ldexpl-tests
index 3b5efba..c160d40 100644 (file)
@@ -1,15 +1,23 @@
 Files:
 tests/test-ldexpl.c
+tests/test-ldexp.h
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/signature.h
+tests/macros.h
+tests/randoml.c
 
 Depends-on:
 fpucw
 isnanl-nolibm
+signbit
+float
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-ldexpl
 check_PROGRAMS += test-ldexpl
-
-License:
-LGPL
+test_ldexpl_SOURCES = test-ldexpl.c randoml.c
+test_ldexpl_LDADD = $(LDADD) @LDEXPL_LIBM@