X Tutup
Skip to content

Commit cdcf248

Browse files
committed
Update Makefile to support multiple tests
1 parent 5c4f0f1 commit cdcf248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint:
1414
pylint -E telegram
1515

1616
test:
17-
@- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST))
17+
@- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST);)
1818

1919
help:
2020
@echo "Available targets:"

0 commit comments

Comments
 (0)
X Tutup