From 6e7ef698d48c3573ad5d58f56b029b07c92612a4 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com> Date: Thu, 18 Feb 2021 10:40:35 +0100 Subject: [PATCH] re-enable test in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb4f3db9..bc409642 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,7 @@ generate-accounts: @ echo " # this is also a test comment, :O" >> test/config/postfix-accounts.cf tests: -# @ NAME=$(NAME) ./test/bats/bin/bats test/*.bats - @ NAME=$(NAME) ./test/bats/bin/bats test/open_dkim.bats + @ NAME=$(NAME) ./test/bats/bin/bats test/*.bats .PHONY: ALWAYS_RUN test/%.bats: ALWAYS_RUN