doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / cbrt-tests
index 47248e0..9384e2a 100644 (file)
@@ -1,7 +1,9 @@
 Files:
 tests/test-cbrt.c
+tests/test-cbrt.h
 tests/signature.h
 tests/macros.h
+tests/randomd.c
 
 Depends-on:
 
@@ -10,4 +12,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-cbrt
 check_PROGRAMS += test-cbrt
+test_cbrt_SOURCES = test-cbrt.c randomd.c
 test_cbrt_LDADD = $(LDADD) @CBRT_LIBM@