comparison 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
comparison
equal deleted inserted replaced
4751:91f85b19749f 4752:b8afe0f9cbe3
583 return XINT (key) < 0; 583 return XINT (key) < 0;
584 } 584 }
585 585
586 586
587 DEFUN ("test-hash-tables", Ftest_hash_tables, 0, 0, "", /* 587 DEFUN ("test-hash-tables", Ftest_hash_tables, 0, 0, "", /*
588 Test C interface to hash tables. 588 Return list of results of testing C interface to hash tables.
589 For use by the automated test suite. See tests/automated/c-tests.
590
591 Each element is a list (DESCRIPTION, STATUS, REASON).
592 DESCRIPTION is a string describing the test.
593 STATUS is a symbol, either t (pass) or nil (fail).
594 REASON is nil or a string describing the failure (not required).
589 */ 595 */
590 ()) 596 ())
591 { 597 {
592 Lisp_Object hash_result = Qnil; 598 Lisp_Object hash_result = Qnil;
593 599