summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-11-29 19:21:28 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-05 16:13:26 +0200
commit8411f72f54a2ec02fa8c572d9c368a1be5b7d9d6 (patch)
treee4bfeb831e5d9bca7b91e44b1b5770c4405de733 /tests/Makefile.am
parentd1140826390ed520d374484499c44b0b990940f5 (diff)
Get an openid configuration on the web
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7fda338..3468ccb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,7 +15,8 @@ TESTS = %reldir%/load-library.scm \
%reldir%/verification-failed.scm \
%reldir%/jws.scm \
%reldir%/cache-valid.scm \
- %reldir%/cache-revalidate.scm
+ %reldir%/cache-revalidate.scm \
+ %reldir%/oidc-configuration.scm
EXTRA_DIST += $(TESTS)