[vlc-devel] commit: Convenience target to run also the broken tests ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Feb 25 19:07:03 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Feb 25 20:06:43 2009 +0200| [82b4611cba108abf3a142437d40c1b93b8cd992e] | committer: Rémi Denis-Courmont 

Convenience target to run also the broken tests

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

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

diff --git a/test/Makefile.am b/test/Makefile.am
index 11fc906..73c65b9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -63,6 +63,8 @@ test_libvlc_meta_SOURCES = libvlc/meta.c
 test_libvlc_meta_LDADD = $(top_builddir)/src/libvlc.la
 test_libvlc_meta_CFLAGS = $(CFLAGS_tests)
 
+checkall:
+	$(MAKE) check_PROGRAMS="$(check_PROGRAMS) $(EXTRA_PROGRAMS)" check
 
 FORCE:
 	@echo "Generated source cannot be phony. Go away." >&2




More information about the vlc-devel mailing list