Changeset 13009


Ignore:
Timestamp:
11/07/10 12:10:37 (13 years ago)
Author:
Mark Evenson
Message:

Docstring for RUN-MATCHING utility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/abcl/package.lisp

    r12618 r13009  
    2323;;; XXX move this into test-utilities.lisp?
    2424(defun run-matching (&optional (match *last-run-matching*))
     25  "Run all tests in suite whose symbol contains MATCH in a case-insensitive manner."
    2526  (setf *last-run-matching* match)
    2627  (let* ((matching (string-upcase match))
Note: See TracChangeset for help on using the changeset viewer.