Make system definitions ASDF3.3 compatible
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
(:file "scanner")
|
||||
(:file "api")))
|
||||
|
||||
(defsystem :cl-ppcre-test
|
||||
(defsystem :cl-ppcre/test
|
||||
:description "Perl-compatible regular expression library tests"
|
||||
:author "Dr. Edi Weitz"
|
||||
:license "BSD"
|
||||
@ -81,5 +81,5 @@
|
||||
(:file "perl-tests")))))
|
||||
|
||||
(defmethod perform ((o test-op) (c (eql (find-system :cl-ppcre))))
|
||||
(operate 'load-op :cl-ppcre-test)
|
||||
(operate 'load-op :cl-ppcre/test)
|
||||
(funcall (intern (symbol-name :run-all-tests) (find-package :cl-ppcre-test))))
|
||||
|
||||
Reference in New Issue
Block a user