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