diff options
Diffstat (limited to 'tests/scene.scm')
-rw-r--r-- | tests/scene.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/scene.scm b/tests/scene.scm new file mode 100644 index 0000000..20a8301 --- /dev/null +++ b/tests/scene.scm @@ -0,0 +1,7 @@ +(define-module (tests scene) + #:use-module (catbird scene) + #:use-module (srfi srfi-64) + #:use-module (tests utils)) + +(with-tests "scene" + #t) |