diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-14 21:04:59 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-14 21:04:59 +0100 |
commit | 8fbe183b787c03e7a6ecb2f9a35513d1f0fc6a26 (patch) | |
tree | a3180e0217732b2f07e2322751c6a7642a29b3ea /Lisp | |
parent | 0d873f963da9a18844bce8a11dda5ea907b06465 (diff) |
Package OBJECTIVE-CL-TESTS: Export OBJECTIVE-CL.
darcs-hash:2ec263239be933cd360c406ca1f6ff25a0367d39
Diffstat (limited to 'Lisp')
-rw-r--r-- | Lisp/tests.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/tests.lisp b/Lisp/tests.lisp index 60e9387..96d15a9 100644 --- a/Lisp/tests.lisp +++ b/Lisp/tests.lisp @@ -18,7 +18,7 @@ (defpackage #:mulk.objective-cl.tests (:nicknames #:objcl-tests #:objective-cl-tests #:mulk.objcl-tests) (:use #:stefil #:mulk.objective-cl #:cl) - (:export #:run-all-tests) + (:export #:run-all-tests #:objective-cl) (:shadowing-import-from #:objcl #:struct #:union #:pointer #:oneway #:out #:in #:inout #:const #:parse-typespec #:objective-c-class |