;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.logger.test) (def suite* (test :in root-suite)) ;; well, i wouldn't call it a test suite, but i guess it's better to have at least a skeleton than not having anything...?