Bug 1652149 - Run mozwebidlcodegen unit test as part of mozbuild suite r=froydnj

We could make a new task for this, but `mozwebidlcodegen` depends on code in `mozbuild`, and vice-versa, so there doesn't really seem to be any meaningful advantage to that.

Differential Revision: https://phabricator.services.mozilla.com/D83187
This commit is contained in:
Ricky Stewart 2020-07-13 13:02:01 +00:00
parent 7c427e698a
commit c60f8ad9aa
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[DEFAULT]
skip-if = python == 2
subsuite = mozbuild
[test_mozwebidlcodegen.py]

View File

@ -368,6 +368,7 @@ mozbuild:
- '**/moz.configure'
- 'build/moz.configure/**'
- 'config/tests/**'
- 'dom/bindings/mozwebidlcodegen/**'
- 'python/mach/**'
- 'python/mozboot/**'
- 'python/mozbuild/**'