Update Makefile to support multiple tests

This commit is contained in:
leandrotoledo 2015-09-07 15:47:50 -03:00
parent 5c4f0f152a
commit cdcf2481ba

View file

@ -14,7 +14,7 @@ lint:
pylint -E telegram
test:
@- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST))
@- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST);)
help:
@echo "Available targets:"