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

abcl-build.abcl-build-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!
(defsystem abcl-build-tests
  :version "2.0.1"
  :description "Test ABCL build system."
  :defsystem-depends-on (prove-asdf)
  :depends-on (abcl-build
               prove)
  :perform (test-op (op c)
                    (symbol-call :prove-asdf 'run-test-system c))
  :components ((:module build
                        :pathname "build/t/"
                        :components ((:test-file "util")
                                     (:test-file "install")
                                     (:test-file "ant")
                                     (:test-file "maven")
                                     (:test-file "abcl-build")))))

                                     






© 2015 - 2025 Weber Informatics LLC | Privacy Policy