Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-12 02:37:11 +0300
committerGitHub <noreply@github.com>2018-11-12 02:37:11 +0300
commit5d2525527ef827f9ad669a8a32c36c05bce1d843 (patch)
tree32eb352a0e557bcc9433cc6d0e694e6ddd8b767d /libgc
parent95a26ebff9d20be9d5dd51b5d9a79c8e27516944 (diff)
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.
Diffstat (limited to 'libgc')
-rw-r--r--libgc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index 807a32d628f..c2fb48d5437 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -185,3 +185,4 @@ EXTRA_DIST += configure.host
.S.s:
if $(CPP) $< >$@ ; then :; else rm -f $@; fi
+test: