diff tests/run-tests.py @ 27101:61fbf5dc12b2

test-contrib-perf: add smoke tests for perf.py
author timeless <timeless@mozdev.org>
date Tue, 24 Nov 2015 21:41:12 +0000
parents a38924f7680c
children a4e3dec3010e
line wrap: on
line diff
--- a/tests/run-tests.py	Tue Nov 24 21:36:20 2015 +0000
+++ b/tests/run-tests.py	Tue Nov 24 21:41:12 2015 +0000
@@ -1726,6 +1726,7 @@
             slow = {b'svn': 10,
                     b'gendoc': 10,
                     b'check-code-hg': 100,
+                    b'contrib-perf': 200,
                    }
             def sortkey(f):
                 # run largest tests first, as they tend to take the longest