mirror of
https://github.com/servo/servo.git
synced 2025-06-12 02:14:41 +00:00
add servo_channel crate
This commit is contained in:
parent
704f7a06b1
commit
b977b4994c
12 changed files with 252 additions and 11 deletions
|
@ -253,6 +253,7 @@ class MachCommands(CommandBase):
|
|||
"selectors",
|
||||
"servo_config",
|
||||
"servo_remutex",
|
||||
"servo_channel",
|
||||
]
|
||||
if not packages:
|
||||
packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue