]> git.phdru.name Git - mimedecode.git/blobdiff - test/Makefile
Run tests with python2 and python3
[mimedecode.git] / test / Makefile
index 07e45ba91513472ff3142def620e5184055dedf8..fc8fe4525fc6c586927811085b0abdce680f1375 100644 (file)
@@ -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