diff options
Diffstat (limited to 'test/runner/lib/classification.py')
-rw-r--r-- | test/runner/lib/classification.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runner/lib/classification.py b/test/runner/lib/classification.py index f7c89bd24e..dc31e527e4 100644 --- a/test/runner/lib/classification.py +++ b/test/runner/lib/classification.py @@ -367,6 +367,9 @@ class PathMapper(object): return minimal + if path.startswith('test/cache/'): + return minimal + if path.startswith('test/compile/'): return { 'compile': 'all', |