[tests] Rework how we AOT compile tests + General cleanup of make targets (#4639)
[mono.git] / mono / tests / assemblyresolve_Test.cs
1 using System;
2 using TestBase;
3
4 namespace Test
5 {
6   public class Test : TestBase.TestBase
7   {}
8 }