Convenience target to run also the broken tests

This commit is contained in:
Rémi Denis-Courmont 2009-02-25 20:06:43 +02:00
parent 76edeee9b7
commit 82b4611cba
1 changed files with 2 additions and 0 deletions

View File

@ -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