summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 6dcb042a1b809c1efdb3b8eda7113a3d07f53730 (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
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

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