All Downloads are FREE. Search and download functionalities are using the official Maven repository.

abcl-asdf.asdf-mvn-module-tests.asd Maven / Gradle / Ivy

Go to download

Extra contributions for ABCL code not necessarily licensed under the GPLv2 with classpath exception.

The newest version!
;;;; -*- Mode: LISP -*-

(defsystem asdf-mvn-module-tests
  :defsystem-depends-on (prove-asdf)
  :depends-on (prove asdf-mvn-module)
  :components ((:module tests :pathname "t/"
                        :components ((:file "mvn-module"))))
  :perform (asdf:test-op (op c)
                         (uiop:symbol-call :prove-asdf 'run-test-system c)))






© 2015 - 2025 Weber Informatics LLC | Privacy Policy