vlc/python | branch: master | Olivier Aubert <[email protected]> | 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 $< _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
