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