vlc/python | branch: master | Olivier Aubert <[email protected]> | 
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 $<

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to