diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-26 13:52:40 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-05-15 19:10:46 +0200 |
commit | 4982e1ddfaff5287e05b95957f3c56901d60b56a (patch) | |
tree | 63c863208b540eb295ba9a64217d11acbcbde199 /doc | |
parent | 6de226a2b8b703abc823f18c3fd7f39a0787aeb5 (diff) | |
download | ffmpeg-4982e1ddfaff5287e05b95957f3c56901d60b56a.tar.gz |
build: Add 'check' target to run all compile and test targets.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index fed28cdbcd..2e25f5fb0d 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -432,9 +432,7 @@ send a reminder by email. Your patch should eventually be dealt with. @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 |