mirror of
https://github.com/servo/servo.git
synced 2025-06-12 02:14:41 +00:00
Merge net_traits and net_traits_tests
This commit is contained in:
parent
697b9e2b87
commit
ea924e398f
7 changed files with 7 additions and 26 deletions
|
@ -231,7 +231,7 @@ class MachCommands(CommandBase):
|
|||
else:
|
||||
test_patterns.append(test)
|
||||
|
||||
self_contained_tests = ["gfx", "layout", "msg", "net", "selectors"]
|
||||
self_contained_tests = ["gfx", "layout", "msg", "net", "net_traits", "selectors"]
|
||||
if not packages:
|
||||
packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store'])
|
||||
packages |= set(self_contained_tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue