diff src/tests.c @ 4752:b8afe0f9cbe3

Restore some doc changes that got dropped in a merge. I wish I were using git\!
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 18 Nov 2009 00:08:14 +0900
parents 294a86d29f99
children 19a72041c5ed
line wrap: on
line diff
--- a/src/tests.c	Tue Nov 17 23:45:42 2009 +0900
+++ b/src/tests.c	Wed Nov 18 00:08:14 2009 +0900
@@ -585,7 +585,13 @@
 
 
 DEFUN ("test-hash-tables", Ftest_hash_tables, 0, 0, "", /*
-Test C interface to hash tables.
+  Return list of results of testing C interface to hash tables.
+For use by the automated test suite.  See tests/automated/c-tests.
+
+Each element is a list (DESCRIPTION, STATUS, REASON).
+DESCRIPTION is a string describing the test.
+STATUS is a symbol, either t (pass) or nil (fail).
+REASON is nil or a string describing the failure (not required).
 */
        ())
 {