From c4d9f14e411c2c6ec259667ac05d873986802073 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 12 Nov 2022 18:23:56 -0500 Subject: scene: Add current-scene parameter and some tests. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b044bd1..1fb5a2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,6 +59,9 @@ SOURCES = \ catbird/overlay.scm \ catbird.scm +TESTS = \ + tests/scene.scm + TEST_EXTENSIONS = .scm SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE) -- cgit v1.2.3