summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: b24819cba267939e7aa54cf97f658a48f0293d67 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# webid-oidc, implementation of the Solid specification
# Copyright (C) 2020, 2021  Vivien Kraus

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.

# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

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%/jwk-public.scm \
  %reldir%/hash-ok.scm \
  %reldir%/hash-unsupported.scm \
  %reldir%/jwks-get.scm \
  %reldir%/jkt.scm \
  %reldir%/verify.scm \
  %reldir%/verification-failed.scm \
  %reldir%/cache-valid.scm \
  %reldir%/cache-revalidate.scm \
  %reldir%/oidc-configuration.scm \
  %reldir%/dpop-proof-valid.scm \
  %reldir%/dpop-proof-valid-ath.scm \
  %reldir%/dpop-proof-wrong-htm.scm \
  %reldir%/dpop-proof-wrong-htu.scm \
  %reldir%/dpop-proof-iat-in-future.scm \
  %reldir%/dpop-proof-iat-too-late.scm \
  %reldir%/dpop-proof-wrong-key.scm \
  %reldir%/dpop-proof-replay.scm \
  %reldir%/dpop-proof-no-ath.scm \
  %reldir%/dpop-proof-invalid-ath.scm \
  %reldir%/dpop-proof-no-explicit-exp.scm \
  %reldir%/dpop-proof-no-explicit-iat.scm \
  %reldir%/client-manifest-public.scm \
  %reldir%/client-manifest.scm \
  %reldir%/client-manifest-fraudulent.scm \
  %reldir%/refresh-token.scm \
  %reldir%/too-many-refresh-tokens.scm \
  %reldir%/refresh-token-with-wrong-key.scm \
  %reldir%/authorization-endpoint-no-args.scm \
  %reldir%/authorization-endpoint-get-form.scm \
  %reldir%/authorization-endpoint-submit-form.scm \
  %reldir%/token-endpoint-issue.scm \
  %reldir%/token-endpoint-refresh.scm \
  %reldir%/provider-confirmation.scm \
  %reldir%/resource-server.scm \
  %reldir%/client-workflow.scm \
  %reldir%/client-manifest-not-modified.scm \
  %reldir%/server-content.scm \
  %reldir%/server-path.scm \
  %reldir%/http-link.scm \
  %reldir%/acl.scm \
  %reldir%/crud.scm \
  %reldir%/preconditions.scm \
  %reldir%/xml-keys.scm \
  %reldir%/xml-accounts.scm \
  %reldir%/reverse-proxy.scm \
  %reldir%/reverse-proxy-502.scm \
  %reldir%/reverse-proxy-anonymous.scm \
  %reldir%/hello.scm

EXTRA_DIST += $(TESTS) %reldir%/ChangeLog

TEST_EXTENSIONS = .scm

.PHONY: %canon_reldir%-clean-local

clean-local: %canon_reldir%-clean-local

%canon_reldir%-clean-local:
	rm -rf %reldir%/*.cache
	rm -rf %reldir%/*.home
	rm -f key-file.jwk.lock
	rm -f key-file.jwk

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