]> git.phdru.name Git - mimedecode.git/blobdiff - test/Makefile
Run tests with python2 and python3
[mimedecode.git] / test / Makefile
index 88ee55d667b00e532086ab53befd5b247d6cde96..fc8fe4525fc6c586927811085b0abdce680f1375 100644 (file)
@@ -1,7 +1,8 @@
 
 .PHONY: all
 all:
-       ./test_all
+       PYTHON=python2 ./test_all
+       PYTHON=python3 ./test_all
 
 
 .PHONY: clean