From cdcf2481baa22521e2c2522dae0e3745ef3481f8 Mon Sep 17 00:00:00 2001 From: leandrotoledo Date: Mon, 7 Sep 2015 15:47:50 -0300 Subject: [PATCH] Update Makefile to support multiple tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79d2c0ff7..dd1c70a1c 100644 --- a/Makefile +++ b/Makefile @@ -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:"