mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Split up the unit tests crate
This commit is contained in:
parent
fe61cdc95d
commit
7b9c9e1453
8 changed files with 135 additions and 51 deletions
|
@ -110,8 +110,9 @@ class MachCommands(CommandBase):
|
|||
self.ensure_bootstrapped()
|
||||
|
||||
return 0 != subprocess.call(
|
||||
["cargo", "test", "-p", "unit_tests"]
|
||||
+ test_name, env=self.build_env(), cwd=self.servo_crate())
|
||||
["cargo", "test", "-p", "gfx_tests", "net_tests", "script_tests",
|
||||
"style_tests", "util_tests"] + test_name,
|
||||
env=self.build_env(), cwd=self.servo_crate())
|
||||
|
||||
@Command('test-ref',
|
||||
description='Run the reference tests',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue