summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 12699f9d22582149f4bf898d4414a1514210a43b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TESTS = \
  %reldir%/load-library.scm \
  %reldir%/base64-ok.scm \
  %reldir%/base64-error.scm

EXTRA_DIST += $(TESTS)

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