X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=xptest-example.lisp;h=d93bae1d28afa25f348fd14e591855b611314cf4;hb=43f13244ad4f4946cf882ac9c0ed6649a947a41a;hp=9700db211bb19b643b7fb4cc8bf5dabeb7846b3b;hpb=811f8c443ebbc85bab095bfd75db974f6dd52ae8;p=xptest.git diff --git a/xptest-example.lisp b/xptest-example.lisp index 9700db2..d93bae1 100644 --- a/xptest-example.lisp +++ b/xptest-example.lisp @@ -4,7 +4,13 @@ ;;;; ;;;; Author: Craig Brozefsky ;;;; Put in public domain by onShore, Inc -(in-package :xp-test-example) + +(defpackage #:xp-test-example + (:use #:common-lisp #:xp-test) + (:export + #:math-test-suite)) + +(in-package #:xp-test-example) ;;; First we define some basic fixtures that we are going to need to ;;; perform our tests. A fixture is a place to hold data we need