mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1142494 - Only package the steeplechase tests if webrtc is enabled. r=ted, f=drno
This commit is contained in:
parent
89df10738f
commit
affc51a0dd
@ -406,7 +406,6 @@ package-tests: \
|
||||
stage-marionette \
|
||||
stage-cppunittests \
|
||||
stage-jittest \
|
||||
stage-steeplechase \
|
||||
stage-web-platform-tests \
|
||||
$(NULL)
|
||||
else
|
||||
@ -434,6 +433,10 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),gonk)
|
||||
package-tests: stage-b2g
|
||||
endif
|
||||
|
||||
ifdef MOZ_WEBRTC
|
||||
package-tests: stage-steeplechase
|
||||
endif
|
||||
|
||||
make-stage-dir:
|
||||
rm -rf $(PKG_STAGE)
|
||||
$(NSINSTALL) -D $(PKG_STAGE)
|
||||
|
Loading…
Reference in New Issue
Block a user