Browse code

build: Add 'check' target to run all compile and test targets.

(cherry picked from commit 4982e1ddfaff5287e05b95957f3c56901d60b56a)

Signed-off-by: Diego Biurrun <diego@biurrun.de>

Diego Biurrun authored on 2011/06/26 20:52:40
Showing 2 changed files
... ...
@@ -182,6 +182,8 @@ distclean::
182 182
 config:
183 183
 	$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
184 184
 
185
+check: all alltools checkheaders examples testprogs fate
186
+
185 187
 include $(SRC_PATH)/doc/Makefile
186 188
 include $(SRC_PATH)/tests/Makefile
187 189
 
... ...
@@ -196,5 +198,5 @@ $(sort $(OBJDIRS)):
196 196
 # so this saves some time on slow systems.
197 197
 .SUFFIXES:
198 198
 
199
-.PHONY: all all-yes alltools *clean config examples install*
199
+.PHONY: all all-yes alltools check *clean config examples install*
200 200
 .PHONY: testprogs uninstall*
... ...
@@ -420,9 +420,7 @@ send a reminder by email. Your patch should eventually be dealt with.
420 420
 
421 421
 @enumerate
422 422
 @item
423
-    Does @code{make fate} pass with the patch applied?
424
-@item
425
-    Does @code{make checkheaders} pass with the patch applied?
423
+    Does @code{make check} pass with the patch applied?
426 424
 @item
427 425
     Is the patch against latest Libav git master branch?
428 426
 @item