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
Родитель 7c427e698a
Коммит c60f8ad9aa
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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