From 189064c9f83ba8b4b4312fe9b833236b5387ef6a Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 2 Mar 2025 13:25:30 +0100 Subject: [PATCH] tests: make the integration tests work recursivelly. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 90dacd5c..cef8bd71 100644 --- a/Makefile +++ b/Makefile @@ -112,8 +112,8 @@ check: @bash tests/check.sh .PHONY: integration -integration : - @bats --timing --print-output-on-failure tests/integration/ +integration: + @bats --recursive --timing --print-output-on-failure tests/integration/ .PHONY: manual manual: