4 See file COPYING for details
7 (defpackage #:trivial-shell-test-system (:use #:cl #:asdf))
8 (in-package #:trivial-shell-test-system)
10 (defsystem trivial-shell-test
11 :author "Gary Warren King <gwking@metabang.com>"
12 :maintainer "Gary Warren King <gwking@metabang.com>"
13 :licence "MIT Style License"
14 :description "Tests for trivial-shell"
20 (:file "tests" :depends-on ("package"))))
24 :components ((:file "test-timeout"))))
25 :depends-on (:lift :trivial-shell))