Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
4982e1dd
Commit
4982e1dd
authored
Jun 26, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Add 'check' target to run all compile and test targets.
parent
6de226a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+3
-1
developer.texi
doc/developer.texi
+1
-3
No files found.
Makefile
View file @
4982e1dd
...
@@ -184,6 +184,8 @@ distclean::
...
@@ -184,6 +184,8 @@ distclean::
config
:
config
:
$(SRC_PATH)
/configure
$
(
value LIBAV_CONFIGURATION
)
$(SRC_PATH)
/configure
$
(
value LIBAV_CONFIGURATION
)
check
:
all alltools checkheaders examples testprogs fate
include
$(SRC_PATH)/doc/Makefile
include
$(SRC_PATH)/doc/Makefile
include
$(SRC_PATH)/tests/Makefile
include
$(SRC_PATH)/tests/Makefile
...
@@ -198,5 +200,5 @@ $(sort $(OBJDIRS)):
...
@@ -198,5 +200,5 @@ $(sort $(OBJDIRS)):
# so this saves some time on slow systems.
# so this saves some time on slow systems.
.SUFFIXES
:
.SUFFIXES
:
.PHONY
:
all all-yes alltools *clean config examples install*
.PHONY
:
all all-yes alltools
check
*clean config examples install*
.PHONY
:
testprogs uninstall*
.PHONY
:
testprogs uninstall*
doc/developer.texi
View file @
4982e1dd
...
@@ -432,9 +432,7 @@ send a reminder by email. Your patch should eventually be dealt with.
...
@@ -432,9 +432,7 @@ send a reminder by email. Your patch should eventually be dealt with.
@enumerate
@enumerate
@item
@item
Does @code
{
make fate
}
pass with the patch applied?
Does @code
{
make check
}
pass with the patch applied?
@item
Does @code
{
make checkheaders
}
pass with the patch applied?
@item
@item
Is the patch against latest Libav git master branch?
Is the patch against latest Libav git master branch?
@item
@item
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment