Run size_of tests with test-stylo.

MozReview-Commit-ID: KapDMqX6OjH
This commit is contained in:
Bobby Holley 2017-03-14 22:50:38 -07:00
parent 9f44fd2d9d
commit 6744ed1639
8 changed files with 77 additions and 51 deletions

View file

@ -300,7 +300,7 @@ class MachCommands(CommandBase):
release = ["--release"] if release else []
ret = 0
with cd(path.join("ports", "geckolib")):
ret = call(["cargo", "test", "-p", "stylo_tests"] + release, env=env)
ret = call(["cargo", "test", "-p", "stylo_tests", "--features", "testing"] + release, env=env)
if ret != 0:
return ret
with cd(path.join("ports", "geckolib")):