summaryrefslogtreecommitdiff
path: root/tests/node.scm
diff options
context:
space:
mode:
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)