From ee49d51f111ebd2c5308164a0feca307d23041cb Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 23 Nov 2017 17:13:53 +0900 Subject: [PATCH] Bug 1420100 - Add `memory` to the list of projects we run the configure lint on. r=nalexander --HG-- extra : rebase_source : cdfaafef39376f6961468ed66fb6d5e7de564370 --- python/mozbuild/mozbuild/test/configure/lint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/mozbuild/mozbuild/test/configure/lint.py b/python/mozbuild/mozbuild/test/configure/lint.py index 9404154df90c..98f5f4fe7bf8 100644 --- a/python/mozbuild/mozbuild/test/configure/lint.py +++ b/python/mozbuild/mozbuild/test/configure/lint.py @@ -31,6 +31,7 @@ class LintMeta(type): 'embedding/ios', 'extensions', 'js', + 'memory', 'mobile/android', ): attrs['test_%s' % project.replace('/', '_')] = create_test(