;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.debug.test :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.test-system" :depends-on (:hu.dwim.debug :hu.dwim.stefil+hu.dwim.def+swank) :components ((:module "test" :components ((:file "package") (:file "suite" :depends-on ("package")) ;; it's SBCL only, and SBCL now has deadlock detection (:file "deadlock" :depends-on ("suite")) (:file "path-to-root" :depends-on ("suite"))))))