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

(with-tests "scene"
  #t)