# HG changeset patch # User jwe # Date 1170839625 0 # Node ID bdfb345dab8da57cf1ad643a3b0b26b77c72f9ef # Parent d26c558691cdaf42f749cfba6947d5d147a1afa7 [project @ 2007-02-07 09:13:45 by jwe] diff --git a/test/ChangeLog b/test/ChangeLog --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2007-02-07 John W. Eaton + + * fntests.m: Add plea for help writing tests. + 2007-01-11 John W. Eaton * fntests.m: Also handle scripts directory in the build tree. diff --git a/test/fntests.m b/test/fntests.m --- 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);