challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit b66f9898f64c7268c5671da357e312a855be4ba5
parent 1ed794a8e17edb01108bf157a04f381467e72508
Author: Bohdan Potuzhnyi <potub1@bfh.ch>
Date:   Mon, 12 Aug 2024 13:14:20 +0000

small update of makefile

Diffstat:
Msrc/challenger/Makefile.am | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/challenger/Makefile.am b/src/challenger/Makefile.am @@ -22,8 +22,7 @@ bin_SCRIPTS = \ check_SCRIPTS = \ test-challenger.sh \ - test-challenger-pkce.sh \ - test-challenger-pkce-false.sh + test-challenger-pkce.sh TESTS = \ $(check_SCRIPTS)