From fe7df8aa63856976730164562648622965c7b563 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 18 Mar 2021 13:35:29 +0100 Subject: Add serialization tests. --- Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 963ec6d..9276104 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,3 +44,25 @@ $(JSON_SOURCES:.normal.json=.go): %.go: %.normal.json aws/base.scm language/aws/ SOURCES = $(GUILE_SOURCES) $(JSON_SOURCES) + +TEST_EXTENSIONS = .scm + +SCM_TESTS = \ + tests/serialize.scm + +TESTS = $(SCM_TESTS) + +EXTRA_DIST += $(TESTS) + +AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" GUILE_AUTO_COMPILE=0 + +SCM_LOG_DRIVER = \ + $(top_builddir)/pre-inst-env \ + $(GUILE) --no-auto-compile -e main \ + $(top_srcdir)/build-aux/test-driver.scm + +AM_SCM_LOG_DRIVER_FLAGS = --brief=yes + +EXTRA_DIST += \ + pre-inst-env.in \ + build-aux/test-driver.scm -- cgit v1.2.3