Add common "test" target for precompiling test assemblies (#11622)
commit5d2525527ef827f9ad669a8a32c36c05bce1d843
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 11 Nov 2018 23:37:11 +0000 (12 00:37 +0100)
committerGitHub <noreply@github.com>
Sun, 11 Nov 2018 23:37:11 +0000 (12 00:37 +0100)
tree32eb352a0e557bcc9433cc6d0e694e6ddd8b767d
parent95a26ebff9d20be9d5dd51b5d9a79c8e27516944
Add common "test" target for precompiling test assemblies (#11622)

So we can precompile all tests across the repo using a simple "make test" in the root.
27 files changed:
configure.ac
libgc/Makefile.am
mcs/Makefile
mcs/errors/Makefile
mcs/mcs/README
mcs/tests/Makefile
mono/benchmark/Makefile.am
mono/mini/Makefile.am.in
mono/profiler/Makefile.am
mono/tests/Makefile.am
mono/tests/assembly-load-reference/Makefile.am
mono/tests/gc-descriptors/Makefile.am
mono/tests/testing_gac/Makefile.am
mono/tests/tests-config.in
mono/unit-tests/Makefile.am
po/mcs/Makefile.in.in
runtime/Makefile.am
scripts/ci/run-jenkins.sh
scripts/ci/run-test-acceptance-tests.sh
scripts/ci/run-test-default.sh
scripts/ci/run-test-interpreter.sh
scripts/ci/run-test-mac-sdk.sh
scripts/ci/run-test-stress-tests.sh
scripts/ci/run-test-testing_aot_full.sh
scripts/ci/run-test-testing_aot_full_interp.sh
scripts/ci/run-test-testing_aot_hybrid.sh
scripts/ci/run-test-winaot.sh