summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 7efc3d16dc7cc0dfefd8f9c61de2fc78ef2c66b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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

clean-local: %canon_reldir%-clean-local

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