From d1b9b932ad859cb65db8c6c4e54b81370390b87d Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 20 Jun 2025 11:20:27 +0200 Subject: [PATCH] created --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index 6977557c2c..cf6aa67fc2 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,15 @@ login-test-integration: login-test-integration-build $(CORE_MOCK_TAG) \ $(LOGIN_TEST_INTEGRATION_TAG)" +login-test-acceptance-build-bake: + $(BAKE_CLI_WITH_COMMON_ARGS) login-test-acceptance login-standalone + +login-test-acceptance-build-compose: + $(BAKE_CLI_WITH_COMMON_ARGS) --load setup sink oidcrp samlsp + +login-test-acceptance-build: login-test-acceptance-build-compose login-test-acceptance-build-bake + @: + login-test-acceptance-build: $(BAKE_CLI_WITH_COMMON_ARGS) --load setup sink oidcrp samlsp login-test-acceptance login-standalone