Browse code

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

Diego Biurrun authored on 2011/06/26 20:52:40
Showing 2 changed files
... ...
@@ -184,6 +184,8 @@ distclean::
184 184
 config:
185 185
 	$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
186 186
 
187
+check: all alltools checkheaders examples testprogs fate
188
+
187 189
 include $(SRC_PATH)/doc/Makefile
188 190
 include $(SRC_PATH)/tests/Makefile
189 191
 
... ...
@@ -198,5 +200,5 @@ $(sort $(OBJDIRS)):
198 198
 # so this saves some time on slow systems.
199 199
 .SUFFIXES:
200 200
 
201
-.PHONY: all all-yes alltools *clean config examples install*
201
+.PHONY: all all-yes alltools check *clean config examples install*
202 202
 .PHONY: testprogs uninstall*
... ...
@@ -432,9 +432,7 @@ send a reminder by email. Your patch should eventually be dealt with.
432 432
 
433 433
 @enumerate
434 434
 @item
435
-    Does @code{make fate} pass with the patch applied?
436
-@item
437
-    Does @code{make checkheaders} pass with the patch applied?
435
+    Does @code{make check} pass with the patch applied?
438 436
 @item
439 437
     Is the patch against latest Libav git master branch?
440 438
 @item