[vlc-commits] Add tests target to run tests with both python2 and python3

Olivier Aubert git at videolan.org
Thu Mar 21 22:38:24 CET 2013


vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Thu Mar 21 22:37:19 2013 +0100| [fe6e88abce4e74a33377a877621177524db5fc85] | committer: Olivier Aubert

Add tests target to run tests with both python2 and python3

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=fe6e88abce4e74a33377a877621177524db5fc85
---

 Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 545b9d7..f972e50 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,8 @@ test: $(MODULE_NAME)
 test3: $(MODULE_NAME)
 	PYTHONPATH=generated python3 test.py
 
+tests: test test3
+
 check: $(MODULE_NAME)
 	-pyflakes $<
 	-pylint $<



More information about the vlc-commits mailing list