;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.genetic-programming.test :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.test-system" :depends-on (:hu.dwim.genetic-programming :hu.dwim.stefil+hu.dwim.def+swank :parse-number) :components ((:module "test" :components ((:file "package") (:file "boolean-majority" :depends-on ("package")) (:file "quadratic" :depends-on ("package")) (:file "sqrt" :depends-on ("package")) (:file "suite" :depends-on ("package"))))))