strtoumax: fix typo in previous commit.
[gnulib.git] / modules / frexpf-tests
index 2efb31a..c7bfbed 100644 (file)
@@ -6,6 +6,7 @@ tests/infinity.h
 tests/nan.h
 tests/signature.h
 tests/macros.h
+tests/randomf.c
 
 Depends-on:
 isnanf-nolibm
@@ -16,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@