diff --git a/Makefile b/Makefile index 2d82a7101..8bc8757bc 100644 --- a/Makefile +++ b/Makefile @@ -90,3 +90,7 @@ rpm: .PHONY: check check: @bash tests/check.sh + +.PHONY: integration +integration: + @bats --recursive --timing --print-output-on-failure tests/integration/