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 17:15:49 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-13 23:02:31 +0300
commitc4087410008da3cb43913bea1b2b44ae802513bb (patch)
tree4aca992cc89a22616358f5aa349982ea7656fa3d /libgc
parentdcc2d172e9a49f2b4270d6940e7b09db3f7ff42d (diff)
[ci] Add targets to bundle tests and add a script to run them in Helix
The test-bundle target copies all assets needed for test execution to a specified directory. We upload this directory to Helix and use it to run our mainline tests.
Diffstat (limited to 'libgc')
-rw-r--r--libgc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index c2fb48d5437..f1543123141 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -186,3 +186,5 @@ EXTRA_DIST += configure.host
if $(CPP) $< >$@ ; then :; else rm -f $@; fi
test:
+
+test-bundle: