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
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 /mcs/packages
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 'mcs/packages')
-rw-r--r--mcs/packages/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/packages/Makefile b/mcs/packages/Makefile
index 46c3a5fbc02..95530754d70 100644
--- a/mcs/packages/Makefile
+++ b/mcs/packages/Makefile
@@ -57,6 +57,10 @@ test-csi:
cat csi-test-output.txt && grep -q "hello world" csi-test-output.txt
rm csi-test-output.txt
+test-bundle:
+ mkdir -p $(TEST_BUNDLE_PATH)/tests/csi
+ cp -L $(ROSLYN_CSC_DIR)/* $(TEST_BUNDLE_PATH)/tests/csi/
+
endif
dist-local: dist-default