Skip to content
test-package.script 206 B
Newer Older
(asdf-test::with-test ()
 (defun module () 1)
 (load "test-package.asd")
 (defclass module () ())
 (load "test-package.asd"))