doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / hypotf-tests
index e84a624..92c37ed 100644 (file)
@@ -1,7 +1,9 @@
 Files:
 tests/test-hypotf.c
+tests/test-hypot.h
 tests/signature.h
 tests/macros.h
+tests/randomf.c
 
 Depends-on:
 
@@ -10,4 +12,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-hypotf
 check_PROGRAMS += test-hypotf
+test_hypotf_SOURCES = test-hypotf.c randomf.c
 test_hypotf_LDADD = $(LDADD) @HYPOTF_LIBM@