Skip to content
inferior-shell-test.asd 172 B
Newer Older
;;; -*- Lisp -*-

(defsystem :inferior-shell-test
  :depends-on (:inferior-shell :hu.dwim.stefil)
  :description "testing inferior-shell"
  :components
  ((:file "test")))