Merge layout and layout_tests

This commit is contained in:
Anthony Ramine 2018-01-19 12:12:47 +01:00
parent c2ed7c9632
commit a311e0f569
8 changed files with 42 additions and 54 deletions

View file

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