aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg-test.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-14 13:31:06 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-14 13:31:06 -0500
commitcdd34ac64a9a47a6b81a80a0c0d78fe96eef3217 (patch)
treeb892532413b9b697b4c9a120d2d7fd02843ac086 /gtwiwtg-test.lisp
parent8c4ddae952469d7c97ccea76c8c8894b7be925e1 (diff)
initial test set up
Diffstat (limited to 'gtwiwtg-test.lisp')
-rw-r--r--gtwiwtg-test.lisp10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtwiwtg-test.lisp b/gtwiwtg-test.lisp
new file mode 100644
index 0000000..c3aec34
--- /dev/null
+++ b/gtwiwtg-test.lisp
@@ -0,0 +1,10 @@
+(defpackage :gtwiwtg-test
+ (:use :cl :gtwiwtg :prove))
+
+(in-package :gtwiwtg-test)
+
+(is (take 4 (range)) '(0 1 2 3))
+(is (collect (range :from 2 :to -1 :by -0.5))
+ '(2.0 1.5 1.0 0.5 0.0 -0.5))
+(is ())
+