mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
Merge gfx and gfx_tests
This commit is contained in:
parent
a17a1fd06e
commit
c2ed7c9632
7 changed files with 6 additions and 37 deletions
|
@ -231,7 +231,7 @@ class MachCommands(CommandBase):
|
|||
else:
|
||||
test_patterns.append(test)
|
||||
|
||||
self_contained_tests = ["msg", "selectors"]
|
||||
self_contained_tests = ["gfx", "msg", "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