aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2018-01-19 11:53:49 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2018-01-20 15:33:15 +0100
commitc2ed7c963262e58f4222d7b958da04b773e20014 (patch)
tree27f9a249fa19908325af743d3f2b25cd21bd5889 /python/servo/testing_commands.py
parenta17a1fd06e25578f503c5d15ce662d1bf0d142f2 (diff)
downloadservo-c2ed7c963262e58f4222d7b958da04b773e20014.tar.gz
servo-c2ed7c963262e58f4222d7b958da04b773e20014.zip
Merge gfx and gfx_tests
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index dfe78c0f36b..21ff295ac11 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -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)