[FFmpeg-cvslog] r15750 - trunk/Makefile
diego
subversion
Thu Oct 30 11:14:57 CET 2008
Author: diego
Date: Thu Oct 30 11:14:57 2008
New Revision: 15750
Log:
Add check target to run both tests and checkheaders targets.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Oct 30 11:14:57 2008
@@ -162,6 +162,8 @@ distclean::
# regression tests
+check: test checkheaders
+
fulltest test: codectest libavtest seektest
FFMPEG_REFFILE = $(SRC_PATH)/tests/ffmpeg.regression.ref
@@ -331,6 +333,6 @@ tests/seek_test$(EXESUF): tests/seek_tes
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
-.PHONY: lib videohook documentation *test regtest-* swscale-error alltools
+.PHONY: lib videohook documentation *test regtest-* swscale-error alltools check
-include $(VHOOK_DEPS)
More information about the ffmpeg-cvslog
mailing list