X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=test%2FMakefile;h=fc8fe4525fc6c586927811085b0abdce680f1375;hb=5c827bf076452564b9e052a22888675fa7678736;hp=34bda8a405c336add6be8594d9bf51aeeaeb2f77;hpb=01cbe8b2daaa4d64e9a39de1e59c567f0e9a8f5a;p=mimedecode.git diff --git a/test/Makefile b/test/Makefile index 34bda8a..fc8fe45 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,9 +1,10 @@ .PHONY: all all: - ./test_all + PYTHON=python2 ./test_all + PYTHON=python3 ./test_all .PHONY: clean clean: - rm -rf tmp + rm -rf save tmp