]> git.sesse.net Git - vlc/commit
lua: automatic test for some lua functions.
authorRémi Duraffort <ivoire@videolan.org>
Fri, 15 Jul 2011 08:06:59 +0000 (10:06 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 17 Jul 2011 18:51:02 +0000 (20:51 +0200)
commita97ded4dcf13eafd8d5aa1aedf14eeebd3ac0414
treeda8987a9b1d11b82bd055823dba2435e56b581de
parente8281725ae0340475b0366fdf178dc497018bd2c
lua: automatic test for some lua functions.

This is really basic for the moment but already allows to find (and fix) one bug.
The test is not activated by default. VLC quits if the test succeed or wait forever
if the test fails so run it with the following command:
"timeout 5 ./vlc -I luaintf --lua-intf=test"
share/lua/intf/test.lua [new file with mode: 0644]