[vlc-devel] commit: Remove any tests that requires external networking. ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 10 17:34:59 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May 10 18:36:00 2008 +0300| [730cd5337654da7de545f5710234898313dd4fa9]

Remove any tests that requires external networking.

Breaks distcheck, no thanks.

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

 test/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 22db1f4..3d43bb9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -8,14 +8,16 @@ AUTOMAKE_OPTIONS = subdir-objects
 # Unit/regression test
 ###############################################################################
 check_PROGRAMS = \
-    test_libvlc_core \
+	test_libvlc_core \
 	test_libvlc_events \
+	$(NULL)
+EXTRA_PROGRAMS = \
 	test_libvlc_media_list \
 	test_libvlc_media_list_player \
 	test_libvlc_media_player \
 	test_libvlc_meta \
 	$(NULL)
-check_DATA = samples/test.sample samples/meta.sample
+#check_DATA = samples/test.sample samples/meta.sample
 
 check_HEADERS = libvlc/test.h
 




More information about the vlc-devel mailing list