Merge servo_config and servo_config_tests

This commit is contained in:
Anthony Ramine 2018-01-19 16:40:18 +01:00
parent ea924e398f
commit 14d0cf595f
7 changed files with 15 additions and 32 deletions

View file

@ -231,7 +231,15 @@ class MachCommands(CommandBase):
else:
test_patterns.append(test)
self_contained_tests = ["gfx", "layout", "msg", "net", "net_traits", "selectors"]
self_contained_tests = [
"gfx",
"layout",
"msg",
"net",
"net_traits",
"selectors",
"servo_config",
]
if not packages:
packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store'])
packages |= set(self_contained_tests)