source: trunk/abcl/test/lisp/ansi/packages.lisp

Last change on this file was 15286, checked in by Mark Evenson, 4 years ago

Update ansi-tests

Add recent results to ansi test database.

Add the ASDF system name as a nickname.

Export and add a docstring for DIFFERENCE.

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