mirror of https://git.ffmpeg.org/ffmpeg.git
build: Add 'check' target to run all compile and test targets.
This commit is contained in:
parent
6de226a2b8
commit
4982e1ddfa
4
Makefile
4
Makefile
|
@ -184,6 +184,8 @@ distclean::
|
||||||
config:
|
config:
|
||||||
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
||||||
|
|
||||||
|
check: all alltools checkheaders examples testprogs fate
|
||||||
|
|
||||||
include $(SRC_PATH)/doc/Makefile
|
include $(SRC_PATH)/doc/Makefile
|
||||||
include $(SRC_PATH)/tests/Makefile
|
include $(SRC_PATH)/tests/Makefile
|
||||||
|
|
||||||
|
@ -198,5 +200,5 @@ $(sort $(OBJDIRS)):
|
||||||
# so this saves some time on slow systems.
|
# so this saves some time on slow systems.
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
.PHONY: all all-yes alltools *clean config examples install*
|
.PHONY: all all-yes alltools check *clean config examples install*
|
||||||
.PHONY: testprogs uninstall*
|
.PHONY: testprogs uninstall*
|
||||||
|
|
|
@ -432,9 +432,7 @@ send a reminder by email. Your patch should eventually be dealt with.
|
||||||
|
|
||||||
@enumerate
|
@enumerate
|
||||||
@item
|
@item
|
||||||
Does @code{make fate} pass with the patch applied?
|
Does @code{make check} pass with the patch applied?
|
||||||
@item
|
|
||||||
Does @code{make checkheaders} pass with the patch applied?
|
|
||||||
@item
|
@item
|
||||||
Is the patch against latest Libav git master branch?
|
Is the patch against latest Libav git master branch?
|
||||||
@item
|
@item
|
||||||
|
|
Loading…
Reference in New Issue