[vlc-commits] lua test: move the tests from modules/misc/lua to modules/lua

Rémi Duraffort git at videolan.org
Wed Jul 13 11:10:54 CEST 2011


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Jul 12 15:35:43 2011 +0200| [9dbbfa1107c9aaa0af874c5a6e08cca3a731144f] | committer: Rémi Duraffort

lua test: move the tests from modules/misc/lua to modules/lua

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9dbbfa1107c9aaa0af874c5a6e08cca3a731144f
---

 test/Makefile.am                      |    2 +-
 test/modules/{misc => }/lua/telnet.sh |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index a76bdef..17f82b0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -22,7 +22,7 @@ check_PROGRAMS = \
         $(NULL)
 
 check_SCRIPTS = \
-    modules/misc/lua/telnet.sh
+    modules/lua/telnet.sh
 
 # Disabled test:
 # meta: No suitable test file
diff --git a/test/modules/misc/lua/telnet.sh b/test/modules/lua/telnet.sh
similarity index 100%
rename from test/modules/misc/lua/telnet.sh
rename to test/modules/lua/telnet.sh



More information about the vlc-commits mailing list