verify: new macro 'assume'
[gnulib.git] / modules / frexpf-tests
index 34252a8..c7bfbed 100644 (file)
@@ -1,10 +1,12 @@
 Files:
 tests/test-frexpf.c
+tests/test-frexp.h
 tests/minus-zero.h
 tests/infinity.h
 tests/nan.h
 tests/signature.h
 tests/macros.h
+tests/randomf.c
 
 Depends-on:
 isnanf-nolibm
@@ -15,4 +17,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-frexpf
 check_PROGRAMS += test-frexpf
+test_frexpf_SOURCES = test-frexpf.c randomf.c
 test_frexpf_LDADD = $(LDADD) @FREXPF_LIBM@