Commit 8d82a98c authored by diego's avatar diego

Add check target to run both tests and checkheaders targets.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15750 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9e0c3508
......@@ -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_test.c $(FF_DEP_LIBS)
$(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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment