config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
+check: all alltools checkheaders examples testprogs fate
+
include $(SRC_PATH)/doc/Makefile
include $(SRC_PATH)/tests/Makefile
# 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*
@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