summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: d9aea9663eadd36fed32fb08e9df641287cb5d30 (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
26
27
28
29
30
31
32
33
34
35
36
37
TESTS = %reldir%/load-library.scm \
  %reldir%/base64-ok.scm \
  %reldir%/base64-error.scm \
  %reldir%/random.scm \
  %reldir%/jwk-kty-ec-correct.scm \
  %reldir%/jwk-kty-ec-incorrect.scm \
  %reldir%/jwk-kty-rsa-correct.scm \
  %reldir%/jwk-kty-rsa-incorrect.scm \
  %reldir%/hash-ok.scm \
  %reldir%/hash-unsupported.scm \
  %reldir%/jkt.scm \
  %reldir%/verify.scm \
  %reldir%/verification-failed.scm \
  %reldir%/jws.scm \
  %reldir%/cache-valid.scm \
  %reldir%/cache-revalidate.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