Refactored.
This commit is contained in:
parent
799959fba0
commit
9048050b30
9
Makefile
9
Makefile
|
@ -54,10 +54,11 @@ fixtures:
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
# Start tests
|
# Start tests
|
||||||
ifdef($(ENABLE_POP3))
|
ifdef ENABLE_POP3
|
||||||
./test/bats/bats test/ENABLE_POP3.bats
|
@echo "ENABLE_POP3 => $(ENABLE_POP3)"
|
||||||
endif
|
./test/bats/bats test/ENABLE_POP3.bats
|
||||||
|
endif
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
# Remove running test container
|
# Remove running test container
|
||||||
|
|
Loading…
Reference in New Issue