From: RĂ©mi Denis-Courmont Date: Wed, 25 Feb 2009 18:06:43 +0000 (+0200) Subject: Convenience target to run also the broken tests X-Git-Tag: 1.0.0-pre1~427 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=82b4611cba108abf3a142437d40c1b93b8cd992e;p=vlc Convenience target to run also the broken tests --- diff --git a/test/Makefile.am b/test/Makefile.am index 11fc90660e..73c65b93d2 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