]> git.sesse.net Git - vlc/commit
test: add an automatic test for the telnet interface
authorRémi Duraffort <ivoire@videolan.org>
Mon, 1 Nov 2010 10:09:24 +0000 (11:09 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Mon, 1 Nov 2010 10:09:24 +0000 (11:09 +0100)
commit7b814718518673692a4db2472e3569162e056097
tree400d63945a58407785b72e97225ab94015f5f60c
parent80d0bb5802e4478ac45f5144b890c3f3493e8450
test: add an automatic test for the telnet interface

Some important things:
 * the test is deactivated by default as it needed netcat. To activate it you
just need to add check_SCRIPTS to the TESTS variable (I won't do it unless we
think that netcat is present on every hosts that run the make check?)
 * the test is really simple for the moment (that's more a POC)
 * we can write a small netcat-like tool to activate this test by default...
test/Makefile.am
test/modules/misc/lua/telnet.sh [new file with mode: 0755]