[vlc-commits] python bindings: define test3 target for python3 bindings test
Olivier Aubert
git at videolan.org
Mon Sep 10 17:00:16 CEST 2012
vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Mon Sep 10 16:41:17 2012 +0200| [abcefc1f66ee3f6ee45b96d5a9a29487cfa9600f] | committer: Olivier Aubert
python bindings: define test3 target for python3 bindings test
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=abcefc1f66ee3f6ee45b96d5a9a29487cfa9600f
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 80b6a7e..545b9d7 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ doc: $(MODULE_NAME)
test: $(MODULE_NAME)
PYTHONPATH=generated python test.py
+test3: $(MODULE_NAME)
+ PYTHONPATH=generated python3 test.py
+
check: $(MODULE_NAME)
-pyflakes $<
-pylint $<
More information about the vlc-commits
mailing list