X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=test%2FMakefile;h=fc8fe4525fc6c586927811085b0abdce680f1375;hb=5c827bf076452564b9e052a22888675fa7678736;hp=88ee55d667b00e532086ab53befd5b247d6cde96;hpb=029da987bd87aecd949187d1c17cf0d88b23595b;p=mimedecode.git diff --git a/test/Makefile b/test/Makefile index 88ee55d..fc8fe45 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,8 @@ .PHONY: all all: - ./test_all + PYTHON=python2 ./test_all + PYTHON=python3 ./test_all .PHONY: clean