build: Add 'check' target to run all compile and test targets.
authorDiego Biurrun <diego@biurrun.de>
Sun, 26 Jun 2011 11:52:40 +0000 (13:52 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 3 Jan 2013 14:21:39 +0000 (15:21 +0100)
(cherry picked from commit 4982e1ddfaff5287e05b95957f3c56901d60b56a)

Signed-off-by: Diego Biurrun <diego@biurrun.de>
Makefile
doc/developer.texi

index 19b8df42d36689a88b29652b87957222e26c7295..ff871c437392af822077a4219ea35d2e492e1d89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -182,6 +182,8 @@ distclean::
 config:
        $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
 
+check: all alltools checkheaders examples testprogs fate
+
 include $(SRC_PATH)/doc/Makefile
 include $(SRC_PATH)/tests/Makefile
 
@@ -196,5 +198,5 @@ $(sort $(OBJDIRS)):
 # so this saves some time on slow systems.
 .SUFFIXES:
 
-.PHONY: all all-yes alltools *clean config examples install*
+.PHONY: all all-yes alltools check *clean config examples install*
 .PHONY: testprogs uninstall*
index 046743fd62d2412d6ef2f9d16de4423968ed83ad..c189de1870051d124ab32fe1892fc71709bf6a28 100644 (file)
@@ -420,9 +420,7 @@ send a reminder by email. Your patch should eventually be dealt with.
 
 @enumerate
 @item
-    Does @code{make fate} pass with the patch applied?
-@item
-    Does @code{make checkheaders} pass with the patch applied?
+    Does @code{make check} pass with the patch applied?
 @item
     Is the patch against latest Libav git master branch?
 @item