summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-11-12 18:23:56 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-11-12 18:23:56 -0500
commitc4d9f14e411c2c6ec259667ac05d873986802073 (patch)
tree9c43c04814476a435aa9ef8315b212e36c790b7b /Makefile.am
parent41dc10e6681835a0a8a9f7d33a8bedcd23396f74 (diff)
scene: Add current-scene parameter and some tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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)