X-Git-Url: http://git.kpe.io/?p=xptest.git;a=blobdiff_plain;f=xptest-example.lisp;h=d93bae1d28afa25f348fd14e591855b611314cf4;hp=9700db211bb19b643b7fb4cc8bf5dabeb7846b3b;hb=89863dfb40aefa90466e48922190542a9b0e5563;hpb=811f8c443ebbc85bab095bfd75db974f6dd52ae8 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