From 7b9c9e14531b811da0f4dbf3596100e6fbb792d7 Mon Sep 17 00:00:00 2001 From: Prabhjyot Singh Sodhi Date: Thu, 16 Apr 2015 06:02:11 +0530 Subject: Split up the unit tests crate --- python/servo/testing_commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index b93d3689700..62f4f213fbf 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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', -- cgit v1.2.3