source: branches/1.3.3/abcl/test/lisp/ansi/packages.lisp

Last change on this file was 13926, checked in by Mark Evenson, 13 years ago

ansi-tests: Export DO-TESTS-MATCHING.

  • Property svn:eol-style set to native
File size: 619 bytes
Line 
1(defpackage #:abcl.test.ansi
2  (:use :cl :cl-user)
3  (:nicknames #:ansi-tests #:abcl-ansi-tests #:gcl-ansi)
4  (:export #:run 
5           #:verify-ansi-tests
6           #:do-tests-matching
7           #:load-tests
8           #:clean-tests
9           #:full-report
10           #:report #:parse)
11  ;; This should be REGRESSION-TEST included with the ANSI-TESTS, but
12  ;; it is possible that the user may have included a slightly
13  ;; different version from say Quicklisp. 
14  (:import-from #:rt 
15                #:pend #:name
16                #:*entries* 
17                #:do-test #:do-tests 
18                #:do-entries))
Note: See TracBrowser for help on using the repository browser.