From 82b4611cba108abf3a142437d40c1b93b8cd992e Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 25 Feb 2009 20:06:43 +0200 Subject: [PATCH 1/1] Convenience target to run also the broken tests --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2