doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / cbrtl-tests
index 1e85c85..03fce4e 100644 (file)
@@ -1,13 +1,17 @@
 Files:
 tests/test-cbrtl.c
+tests/test-cbrt.h
 tests/signature.h
 tests/macros.h
+tests/randoml.c
 
 Depends-on:
+float
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-cbrtl
 check_PROGRAMS += test-cbrtl
+test_cbrtl_SOURCES = test-cbrtl.c randoml.c
 test_cbrtl_LDADD = $(LDADD) @CBRTL_LIBM@