From 9048050b30491d7d7780252c6d2cfa6ae4e2d53d Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 15 Aug 2016 21:52:31 +0200 Subject: [PATCH] Refactored. --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d9e75aea..c157459c 100644 --- a/Makefile +++ b/Makefile @@ -54,10 +54,11 @@ fixtures: sleep 10 tests: - # Start tests - ifdef($(ENABLE_POP3)) - ./test/bats/bats test/ENABLE_POP3.bats - endif +# Start tests +ifdef ENABLE_POP3 + @echo "ENABLE_POP3 => $(ENABLE_POP3)" + ./test/bats/bats test/ENABLE_POP3.bats +endif clean: # Remove running test container