diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 541d17f..3ddb01f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,6 +69,13 @@ SOURCES += \ endif +TESTS = \ + tests/utils.scm + +TEST_EXTENSIONS = .scm +SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE) +AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)" + EXTRA_DIST += \ pre-inst-env.in \ README.md \ |