summaryrefslogtreecommitdiff
path: root/tests/node.scm
blob: 6cdd22309c5da8b9636e04d6c1f00d3694619936 (plain)
1
2
3
4
5
6
7
(define-module (tests node)
  #:use-module (catbird node)
  #:use-module (srfi srfi-64)
  #:use-module (tests utils))

(with-tests "node"
  #t)