From 7c81a49d762e67b21c99a95b86d1e7886d91de02 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 27 Nov 2020 19:28:50 +0100 Subject: Add a base64 encoder and decoder --- tests/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 1e4b2df..12699f9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,7 @@ -TESTS = %reldir%/load-library.scm +TESTS = \ + %reldir%/load-library.scm \ + %reldir%/base64-ok.scm \ + %reldir%/base64-error.scm EXTRA_DIST += $(TESTS) @@ -7,3 +10,9 @@ TEST_EXTENSIONS = .scm AM_TESTS_ENVIRONMENT = $(top_builddir)/pre-inst-env SCM_LOG_COMPILER = $(GUILE) AM_SCM_LOG_FLAGS = --no-auto-compile -s + +clean-local: %canon_reldir%-clean-local + +%canon_reldir%-clean-local: + rm -rf %reldir%/*.cache + rm -rf %reldir%/*.home -- cgit v1.2.3