diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-19 16:40:18 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-20 15:36:41 +0100 |
commit | 14d0cf595fb5f6ad6d47176c1a0ea200caa04f76 (patch) | |
tree | 5703a8e7aa71534685f9ee3eda575c677aaa6930 /python/servo/testing_commands.py | |
parent | ea924e398faafc29fafa83312e87410a3575f723 (diff) | |
download | servo-14d0cf595fb5f6ad6d47176c1a0ea200caa04f76.tar.gz servo-14d0cf595fb5f6ad6d47176c1a0ea200caa04f76.zip |
Merge servo_config and servo_config_tests
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 0739501a42f..96f7ce784f1 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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) |