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:
authorlateralusX <lateralusx.github@gmail.com>2019-02-27 19:45:57 +0300
committerlateralusX <lateralusx.github@gmail.com>2019-02-27 19:45:57 +0300
commit695743e3ab374e0d6ec3a210d1509df0fc5fbc6f (patch)
tree63cb45d07c065b1e127053d1bd3d7b5d86d26176 /msvc/mono-full-aot-test.props
parentff84ee290e9500c77ac2d74d24c45a622d2de30b (diff)
Add atexit-waitforkeypress handler in Visual Studio mono.sln test projects run args.
Diffstat (limited to 'msvc/mono-full-aot-test.props')
-rw-r--r--msvc/mono-full-aot-test.props16
1 files changed, 8 insertions, 8 deletions
diff --git a/msvc/mono-full-aot-test.props b/msvc/mono-full-aot-test.props
index a3a6eb8b27b..58164f68c39 100644
--- a/msvc/mono-full-aot-test.props
+++ b/msvc/mono-full-aot-test.props
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
- <MONO_FULL_AOT_TEST_DIR>$(MONO_DIR)/mono/mini</MONO_FULL_AOT_TEST_DIR>
- <MONO_PATH>$(MONO_PATH);$(MONO_FULL_AOT_TEST_DIR)</MONO_PATH>
- <MONO_CFG_DIR>$(MONO_DIR)/runtime/etc</MONO_CFG_DIR>
+ <MONO_FULL_AOT_TEST_DIR>$(MONO_DIR)/mono/mini</MONO_FULL_AOT_TEST_DIR>
+ <MONO_PATH>$(MONO_PATH);$(MONO_FULL_AOT_TEST_DIR)</MONO_PATH>
+ <MONO_CFG_DIR>$(MONO_DIR)/runtime/etc</MONO_CFG_DIR>
<MONO_FULL_AOT_COMPILE_SYSTEM_TARGETS>mscorlib.dll,System.Core.dll,System.dll,Mono.Posix.dll,System.Configuration.dll,System.Security.dll,System.Xml.dll,Mono.Security.dll,Mono.Simd.dll,I18N.dll,I18N.West.dll</MONO_FULL_AOT_COMPILE_SYSTEM_TARGETS>
<MONO_FULL_AOT_COMPILE_TEST_SUPPORT_TARGETS>TestDriver.dll</MONO_FULL_AOT_COMPILE_TEST_SUPPORT_TARGETS>
<MONO_FULL_AOT_COMPILE_TARGETS>basic.exe</MONO_FULL_AOT_COMPILE_TARGETS>
- <MONO_FULL_AOT_COMPILE_ARGS>--aot=full,tool-prefix="$(MONO_TOOLCHAIN_PREFIX)",print-skipped $(MONO_FULL_AOT_COMPILE_TARGETS)</MONO_FULL_AOT_COMPILE_ARGS>
+ <MONO_FULL_AOT_COMPILE_ARGS>--handlers=atexit-waitkeypress --aot=full,tool-prefix="$(MONO_TOOLCHAIN_PREFIX)",print-skipped $(MONO_FULL_AOT_COMPILE_TARGETS)</MONO_FULL_AOT_COMPILE_ARGS>
<MONO_FULL_AOT_RUN_TARGET>basic.exe</MONO_FULL_AOT_RUN_TARGET>
<MONO_FULL_AOT_RUN_ADDITIONAL_ARGS>--exclude "!FULLAOT" --exclude "!FULLAOT-AMD64"</MONO_FULL_AOT_RUN_ADDITIONAL_ARGS>
- <MONO_FULL_AOT_RUN_ARGS>--full-aot "$(MONO_FULL_AOT_RUN_TARGET)" $(MONO_FULL_AOT_RUN_ADDITIONAL_ARGS)</MONO_FULL_AOT_RUN_ARGS>
+ <MONO_FULL_AOT_RUN_ARGS>--handlers=atexit-waitkeypress --full-aot "$(MONO_FULL_AOT_RUN_TARGET)" $(MONO_FULL_AOT_RUN_ADDITIONAL_ARGS)</MONO_FULL_AOT_RUN_ARGS>
</PropertyGroup>
<ItemGroup>
- <BuildMacro Include="MONO_FULL_AOT_TEST_DIR">
+ <BuildMacro Include="MONO_FULL_AOT_TEST_DIR">
<Value>$(MONO_FULL_AOT_TEST_DIR)</Value>
</BuildMacro>
- <BuildMacro Include="MONO_PATH">
+ <BuildMacro Include="MONO_PATH">
<Value>$(MONO_PATH)</Value>
</BuildMacro>
- <BuildMacro Include="MONO_CFG_DIR">
+ <BuildMacro Include="MONO_CFG_DIR">
<Value>$(MONO_CFG_DIR)</Value>
</BuildMacro>
<BuildMacro Include="MONO_FULL_AOT_COMPILE_SYSTEM_TARGETS">