diff test/fntests.m @ 6277:bdfb345dab8d

[project @ 2007-02-07 09:13:45 by jwe]
author jwe
date Wed, 07 Feb 2007 09:13:45 +0000
parents 44c91c5dfe1d
children 230f9c49857e
line wrap: on
line diff
--- a/test/fntests.m
+++ b/test/fntests.m
@@ -168,7 +168,9 @@
   printf ("  FAIL %6d\n", nfail);
   n_files_with_no_tests = length (files_with_no_tests);
   n_files = n_files_with_no_tests + length (files_with_tests);
-  printf ("\n%d (of %d) files have no tests\n", n_files_with_no_tests, n_files);
+  printf ("\n%d (of %d) files have no tests.  Please help improve Octave by\n",
+	  n_files_with_no_tests, n_files);
+  printf ("contributing tests for these files (see the list in the file fntests.log).\n");
   fprintf (fid, "\nFiles with no tests:\n\n%s",
 	  list_in_columns (files_with_no_tests, 80));
   fclose (fid);