Bug 1142494 - Only package the steeplechase tests if webrtc is enabled. r=ted, f=drno

This commit is contained in:
Ryan VanderMeulen 2015-03-12 15:27:03 -04:00
parent 191db50bbb
commit f746faddf7

View File

@ -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)