diff --git a/Makefile b/Makefile index 52132f0..525cff6 100644 --- a/Makefile +++ b/Makefile @@ -51,10 +51,10 @@ test: ## Launch tests for a directory, e.g. make test mapping-tools @hurl --test "$(filter-out $@,$(MAKECMDGOALS))/tests.hurl" -test-all: ## Launch tests for all directories, e.g. make test-all +test-all: ## Launch tests for all directories @hurl --test */tests.hurl -test-report-all: ## Launch tests for all directories, e.g. make test-report-all +test-report-all: ## Launch tests for all directories @hurl --test */tests.hurl --report-html tests-results # Remove error message about lacking rules for targets' parameters