mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
tests: Only run noproxy test if networking is enabled
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user