;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.wui.http.test :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.test-system" :package-name :hu.dwim.wui.test :depends-on (:drakma :hu.dwim.stefil+hu.dwim.def+swank :hu.dwim.wui.http :hu.dwim.wui+swank) :components ((:module "test" :components ((:file "package") (:file "environment" :depends-on ("package")) (:file "http" :depends-on ("environment"))))))