;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.wui.component.test :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.test-system" :package-name :hu.dwim.wui.test :depends-on (:hu.dwim.graphviz :hu.dwim.wui.application.test :hu.dwim.wui.component :hu.dwim.wui+cl-graph+cl-typesetting :hu.dwim.wui+hu.dwim.reader :hu.dwim.wui+stefil) :components ((:module "test" :components ((:file "component") (:file "human-readable")))))