Skip to content
Snippets Groups Projects
Commit 5bab8536 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Add check target to run both tests and checkheaders targets.

Originally committed as revision 15750 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 63d247ea
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,8 @@ distclean:: ...@@ -162,6 +162,8 @@ distclean::
# regression tests # regression tests
check: test checkheaders
fulltest test: codectest libavtest seektest fulltest test: codectest libavtest seektest
FFMPEG_REFFILE = $(SRC_PATH)/tests/ffmpeg.regression.ref FFMPEG_REFFILE = $(SRC_PATH)/tests/ffmpeg.regression.ref
...@@ -331,6 +333,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS) ...@@ -331,6 +333,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS) $(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) -include $(VHOOK_DEPS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment