;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2013 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.new-project.test) (def test test/foo () (is (= 42 (foo))))