You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.22
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
This commit is contained in:
parent
5f4a27cc8a
commit
7d05485754
@@ -38,7 +38,7 @@ ROSLYN_FILES_TO_LINK_FOR_MSBUILD = \
|
||||
VBCSCompiler.exe \
|
||||
VBCSCompiler.exe.config
|
||||
|
||||
DISTFILES = $(ROSLYN_FILES_FOR_MONO) $(ROSLYN_FILES_TO_COPY_FOR_MSBUILD)
|
||||
DISTFILES = $(ROSLYN_FILES_FOR_MONO) $(ROSLYN_FILES_TO_COPY_FOR_MSBUILD) csi-test.csx
|
||||
|
||||
ifeq ($(PROFILE), $(DEFAULT_PROFILE))
|
||||
|
||||
@@ -53,6 +53,13 @@ install-local:
|
||||
|
||||
(cd $(MSBUILD_ROSLYN_DIR); for asm in $(ROSLYN_FILES_TO_LINK_FOR_MSBUILD); do ln -fs ../../../../$(FRAMEWORK_VERSION)/$$asm . ; done)
|
||||
|
||||
run-test-local: test-csi
|
||||
|
||||
test-csi:
|
||||
MONO_PATH="$(topdir)/class/lib/$(PROFILE)" $(RUNTIME) $(ROSLYN_CSC_DIR)/csi.exe csi-test.csx > csi-test-output.txt
|
||||
cat csi-test-output.txt && grep -q "hello world" csi-test-output.txt
|
||||
rm csi-test-output.txt
|
||||
|
||||
endif
|
||||
|
||||
dist-local: dist-default
|
||||
|
||||
1
mcs/packages/csi-test.csx
Normal file
1
mcs/packages/csi-test.csx
Normal file
@@ -0,0 +1 @@
|
||||
Console.WriteLine ("hello world: " + DateTime.Now)
|
||||
@@ -1 +0,0 @@
|
||||
0a70fbe5314c8e9a01db199714becc67a199f8f8
|
||||
@@ -1 +0,0 @@
|
||||
f098ba9f4d6d1449616b0236b478d8c77798676e
|
||||
@@ -1 +0,0 @@
|
||||
3d5420d090fc0debdb1a90ecf8adcb74914bd6c6
|
||||
@@ -1 +0,0 @@
|
||||
1fe33fb9b0f7f179757b508fd10f85201139dae3
|
||||
@@ -1 +0,0 @@
|
||||
0e403ee025c8664ba5716d1ca9572bde12f1af4e
|
||||
@@ -0,0 +1 @@
|
||||
220bd22af6de84fc52d5db71f03c990520d823c4
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f95ba4f8326c450bf58668c9c9c20d3b34a310a0
|
||||
@@ -0,0 +1 @@
|
||||
f6a40109489fdfdca476ff07294ff816e80defad
|
||||
@@ -0,0 +1 @@
|
||||
bc12eda56350e1d2bd2e13340707556a29342980
|
||||
@@ -0,0 +1 @@
|
||||
860ad63f05df210b2711ea4397ffc2cb716da0e6
|
||||
BIN
mcs/packages/mnt/jenkins/workspace/release-tarball-mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.1/tools/VBCSCompiler.exe → mcs/packages/mnt/jenkins/workspace/release-tarball-mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.2/tools/VBCSCompiler.exe
vendored
Executable file → Normal file
BIN
mcs/packages/mnt/jenkins/workspace/release-tarball-mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.1/tools/VBCSCompiler.exe → mcs/packages/mnt/jenkins/workspace/release-tarball-mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.2/tools/VBCSCompiler.exe
vendored
Executable file → Normal file
Binary file not shown.
0
mcs/packages/mnt/jenkins/workspace/release-tarball-mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.1/tools/VBCSCompiler.exe.config → mcs/packages/mnt/jenkins/workspace/release-tarball-mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.2/tools/VBCSCompiler.exe.config
vendored
Executable file → Normal file
0
mcs/packages/mnt/jenkins/workspace/release-tarball-mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.1/tools/VBCSCompiler.exe.config → mcs/packages/mnt/jenkins/workspace/release-tarball-mono/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.2/tools/VBCSCompiler.exe.config
vendored
Executable file → Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user