From 37312bb2c9ce6f2bb778e043a8697729bce81a0a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 8 Sep 2021 09:04:44 -0400 Subject: Add the start of a test suite. --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0c10d13..806157f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,6 +93,13 @@ SOURCES = \ chickadee/scripting.scm \ chickadee.scm +TESTS = \ + tests/math/vector.scm + +TEST_EXTENSIONS = .scm +SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE) +AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)" + EXTRA_DIST += \ COPYING \ run-example \ @@ -121,7 +128,8 @@ EXTRA_DIST += \ examples/images/serene-village.png \ examples/maps/example.tmx \ examples/maps/serene-village.tsx \ - examples/models/suzanne.obj + examples/models/suzanne.obj \ + tests/utils.scm dist_pkgdata_DATA = \ data/AUTHORS \ -- cgit v1.2.3