[xharness] Run mtouch and mmp tests when there are MSBuild changes. (#3209)

In particular the mmp tests build a lot of project files, which means they can
find issues whenever something in the MSBuild logic changes, so run them.

They would have caught https://github.com/xamarin/maccore/issues/612 for instance.
This commit is contained in:
Rolf Bjarne Kvinge 2018-01-12 17:05:54 +01:00 коммит произвёл GitHub
Родитель 8c4a6ce1f4
Коммит d059dfce56
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -345,6 +345,7 @@ namespace xharness
"src/ObjCRuntime/Registrar.cs",
"external/mono",
"external/llvm",
"msbuild",
};
var mmp_prefixes = new string [] {
"tests/mmptest",
@ -354,6 +355,7 @@ namespace xharness
"tools/linker",
"src/ObjCRuntime/Registrar.cs",
"external/mono",
"msbuild",
};
var bcl_prefixes = new string [] {
"tests/bcl-test",