;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.wui.application.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.wui.application :hu.dwim.wui.http.test) :components ((:module "test" :components ((:file "application" :depends-on ("authentication" "echo" "parameter" "performance" "session")) (:file "authentication") (:file "echo") (:file "parameter") (:file "performance") (:file "session")))))