build: Add 'check' target to run all compile and test targets.
This commit is contained in:
4
Makefile
4
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*
|
||||
|
||||
Reference in New Issue
Block a user