summaryrefslogtreecommitdiff
path: root/test/chibi.scm
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2023-02-13 23:55:05 -0500
committerRobby Zambito <contact@robbyzambito.me>2023-02-13 23:55:05 -0500
commitc72a7be021a04a2c13204d77141ee759ce2500e5 (patch)
tree96ca2cb19af0d08ac63d641ff8400e4f76967d36 /test/chibi.scm
parentb4648b51a8ec02a9a27b868b3254e37f2491f6eb (diff)
Add some tests
Diffstat (limited to 'test/chibi.scm')
-rw-r--r--test/chibi.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/chibi.scm b/test/chibi.scm
new file mode 100644
index 0000000..2bd9da5
--- /dev/null
+++ b/test/chibi.scm
@@ -0,0 +1,7 @@
+(import (scheme base)
+ (scheme load)
+ (chibi test))
+
+(import (zambyte meta json))
+
+(load "./test/run.scm")