Refactored.

This commit is contained in:
Thomas VIAL 2016-08-15 21:52:31 +02:00
parent 799959fba0
commit 9048050b30
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 5 additions and 4 deletions

View File

@ -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