Skip to content
package.lisp 757 B
Newer Older
#+xcvb (module (:description "Unit test package for XCVB"
                :depends-on ("driver-test")))
  (:use :hu.dwim.stefil :xcvb :closer-common-lisp :xcvb-utils
        :xcvb-driver-test :inferior-shell :lisp-invocation)
   #:lisp-present-p
   #:module-form-p #:read-module-declaration #:cmdize*
   #:repl-command #:eval-command #:errexit
   #:grain-pathname #:handle-global-options
   #:define-command #:define-option-spec #:*program*)
   #:run-program/*
   #:run-program-backend/*))
            :in root-suite
            :documentation "All XCVB unit tests"))