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:
authorLudovic Henry <luhenry@microsoft.com>2019-02-27 00:08:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-02-27 00:08:01 +0300
commita685cf26a4daacbe1e7bd3d34e88a2eb90159672 (patch)
tree81b9d7772103da5192166814ec02ef6fd080606e /mcs/class/Mono.Runtime.Tests
parent5f5ef1efe50b2c51461c4339ed89f5aa589e9e52 (diff)
[ci] Add new mode of execution for nunit tests on Android (#13098)
* [ci] Add new mode of execution for nunit tests on Android This makes it possible to run the `nunit-lite-console.exe` on the host, while the tests still run on the device. This makes it transparent wherever the tests are running, giving us a seamless integration with the existing infrastructure based around nunit. * [android] Fix System.Net.Http test suite * [android] Fix System.ServiceModel.Web test suite * [android] Fix Mono.Security test suite * fixup! [ci] Add new mode of execution for nunit tests on Android * [ci] Disable failing tests * [csproj] Update project files
Diffstat (limited to 'mcs/class/Mono.Runtime.Tests')
-rw-r--r--mcs/class/Mono.Runtime.Tests/Makefile6
-rw-r--r--mcs/class/Mono.Runtime.Tests/Mono.Runtime.Tests_test.dll.exclude.sources1
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/Mono.Runtime.Tests/Makefile b/mcs/class/Mono.Runtime.Tests/Makefile
index dddaf4a4124..1f3a0e12972 100644
--- a/mcs/class/Mono.Runtime.Tests/Makefile
+++ b/mcs/class/Mono.Runtime.Tests/Makefile
@@ -9,8 +9,12 @@ include ../../build/rules.make
LIBRARY = Mono.Runtime.Tests.dll
NO_BUILD = 1
NO_INSTALL = 1
-LIB_REFS = System System.Core System.Numerics System.Numerics.Vectors Mono.Simd
+LIB_REFS = System System.Core System.Numerics System.Numerics.Vectors
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -unsafe -d:__MOBILE__ -nowarn:CS0169,CS0649,CS0414,CS0618,CS0219,CS0168
+ifneq ($(PROFILE),monodroid)
+LIB_REFS += Mono.Simd
+endif
+
include ../../build/library.make
diff --git a/mcs/class/Mono.Runtime.Tests/Mono.Runtime.Tests_test.dll.exclude.sources b/mcs/class/Mono.Runtime.Tests/Mono.Runtime.Tests_test.dll.exclude.sources
new file mode 100644
index 00000000000..8c9e9370c21
--- /dev/null
+++ b/mcs/class/Mono.Runtime.Tests/Mono.Runtime.Tests_test.dll.exclude.sources
@@ -0,0 +1 @@
+../../../../mono/mini/basic-simd.cs