From c72a7be021a04a2c13204d77141ee759ce2500e5 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Mon, 13 Feb 2023 23:55:05 -0500 Subject: Add some tests --- test/chibi.scm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/chibi.scm (limited to 'test/chibi.scm') 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") -- cgit