From 14464dee966fe415d4c8e1fb8b5205653b22003f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 3 Oct 2022 19:22:23 -0400 Subject: Add prototype catbird modules. --- tests/node.scm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/node.scm (limited to 'tests/node.scm') 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) -- cgit v1.2.3