Skip to content

Commit c74ed9b

Browse files
rolfbjarnemandel-macaque
authored andcommitted
[xharness] Generate makefile targets for non-executable projects. (#9158)
It turns out some Xamarin.Mac projects are library projects (for unit tests), and we still need to generate makefile targets for those (because we use them to build Xamarin.Mac tests to run on older macOS bots).
1 parent 003bb41 commit c74ed9b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/xharness/MakefileGenerator.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ public static void CreateMacMakefile (IHarness harness, IEnumerable<MacTarget> t
8080
// special case for those targets that are auto generated from the mono assemblies
8181
allTargets.RemoveAll (v => v.IsBCLProject);
8282

83-
// we can only execute executable projects
84-
allTargets.RemoveAll (v => !v.IsExe);
85-
8683
// build/[install/]run targets for specific test projects.
8784
foreach (var target in allTargets) {
8885
var make_escaped_simplified_name = target.SimplifiedName.Replace (" ", "\\ ");

0 commit comments

Comments
 (0)