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

EXTRA_DIST += $(TESTS)

TEST_EXTENSIONS = .scm

.PHONY: %canon_reldir%-clean-local

clean-local: %canon_reldir%-clean-local

%canon_reldir%-clean-local:
	rm -rf %reldir%/*.cache

AM_TESTS_ENVIRONMENT = $(top_builddir)/pre-inst-env
SCM_LOG_COMPILER = $(GUILE)
AM_SCM_LOG_FLAGS = --no-auto-compile -s