OSDN Git Service

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>
Tue, 15 May 2012 17:10:46 +0000 (19:10 +0200)
Makefile
doc/developer.texi

index 5da4d51..28568f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -184,6 +184,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
 
@@ -198,5 +200,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 fed28cd..2e25f5f 100644 (file)
@@ -432,9 +432,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