summaryrefslogtreecommitdiff
path: root/tests/node.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-03 19:22:23 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-22 11:48:39 -0400
commit14464dee966fe415d4c8e1fb8b5205653b22003f (patch)
tree986a7b03a089a4545465901cadce4d671f3032c1 /tests/node.scm
parentdcf869ccd7ec9d33c937507fe96e9e09f517bded (diff)
Add prototype catbird modules.
Diffstat (limited to 'tests/node.scm')
-rw-r--r--tests/node.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/node.scm b/tests/node.scm
new file mode 100644
index 0000000..6cdd223
--- /dev/null
+++ b/tests/node.scm
@@ -0,0 +1,7 @@
+(define-module (tests node)
+ #:use-module (catbird node)
+ #:use-module (srfi srfi-64)
+ #:use-module (tests utils))
+
+(with-tests "node"
+ #t)