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

abcl-introspect.abcl-introspect-test.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 abcl-introspect-test
  :author "Mark Evenson"
  :long-description ""
  :version "2.1.0"
  :defsystem-depends-on (prove-asdf)
  :depends-on (abcl-asdf ;; locate various testing dependencies via ABCL-ASDF
               prove)
  :components ((:module tests
                :pathname "t/"
                :components ((:test-file "disassemble")
                             (:test-file "environments"))))
  :perform (asdf:test-op (op c)
                         (uiop:symbol-call :prove-asdf 'run-test-system c)))








© 2015 - 2025 Weber Informatics LLC | Privacy Policy