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