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
65166329
Commit
65166329
authored
Jul 02, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Only run noproxy test if networking is enabled
parent
73142e75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Makefile
libavformat/Makefile
+3
-2
libavformat.mak
tests/fate/libavformat.mak
+4
-4
No files found.
libavformat/Makefile
View file @
65166329
...
...
@@ -383,11 +383,12 @@ SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h
EXAMPLES
=
metadata
\
output
\
TESTPROGS
=
noproxy
\
seek
\
TESTPROGS
=
seek
\
srtp
\
url
\
TESTPROGS-$(CONFIG_NETWORK)
+=
noproxy
TOOLS
=
aviocat
\
ismindex
\
pktdumper
\
...
...
tests/fate/libavformat.mak
View file @
65166329
FATE_LIBAVFORMAT += fate-noproxy
FATE_LIBAVFORMAT
-$(CONFIG_NETWORK)
+= fate-noproxy
fate-noproxy: libavformat/noproxy-test$(EXESUF)
fate-noproxy: CMD = run libavformat/noproxy-test
FATE_LIBAVFORMAT += fate-srtp
FATE_LIBAVFORMAT
-yes
+= fate-srtp
fate-srtp: libavformat/srtp-test$(EXESUF)
fate-srtp: CMD = run libavformat/srtp-test
FATE_LIBAVFORMAT += fate-url
FATE_LIBAVFORMAT
-yes
+= fate-url
fate-url: libavformat/url-test$(EXESUF)
fate-url: CMD = run libavformat/url-test
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT)
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT
-yes
)
fate-libavformat: $(FATE_LIBAVFORMAT)
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