;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.def) (def package :hu.dwim.number-toss.test (:use :command-line-arguments :hu.dwim.common :hu.dwim.def :hu.dwim.logger :hu.dwim.number-toss :hu.dwim.perec :hu.dwim.rdbms :hu.dwim.rdbms.postgresql :hu.dwim.quasi-quote.xml :hu.dwim.stefil :hu.dwim.syntax-sugar :hu.dwim.util :hu.dwim.web-server :iolib :local-time) (:readtable-setup (setup-readtable/same-as-package :hu.dwim.number-toss))) (hu.dwim.util::import-all-owned-symbols :hu.dwim.number-toss :hu.dwim.number-toss.test)