[tests] Rework how we AOT compile tests + General cleanup of make targets (#4639)
authorLudovic Henry <ludovic@xamarin.com>
Wed, 5 Apr 2017 23:54:49 +0000 (19:54 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 23:54:49 +0000 (19:54 -0400)
commitef42d89ffc2830ece504dcd050f408905f07af9b
treefec3e243ee16ca318a4d496ad9be8821bc713061
parentdddf0d8ea0e319e749fe26e18d3088f5a4a961c0
[tests] Rework how we AOT compile tests + General cleanup of make targets (#4639)
17 files changed:
configure.ac
mono/tests/.gitignore
mono/tests/Makefile.am
mono/tests/assemblyresolve/.gitignore [deleted file]
mono/tests/assemblyresolve/Makefile.am [deleted file]
mono/tests/assemblyresolve/Test.cs [deleted file]
mono/tests/assemblyresolve/TestBase.cs [deleted file]
mono/tests/assemblyresolve/asm.cs [deleted file]
mono/tests/assemblyresolve_Test.cs [new file with mode: 0644]
mono/tests/assemblyresolve_TestBase.cs [new file with mode: 0644]
mono/tests/assemblyresolve_asm.cs [new file with mode: 0644]
mono/tests/assemblyresolve_event3.cs
mono/tests/assemblyresolve_event4.cs
mono/tests/reflection-load-with-context.cs
mono/tests/test-runner.cs
mono/tests/testing_gac/.gitignore
mono/tests/testing_gac/Makefile.am