[Tizen] Add support for gbs build for i586, x86_64, armv7l, armv7hl, aarch64 (includi...
[platform/upstream/dotnet/runtime.git] / src / tests / readytorun / multifolder / multifolder.csproj
index 7011612..ea9527e 100644 (file)
@@ -96,9 +96,9 @@ $(BashCLRTestPreCommands)
     if [ ! -z ${__TestDotNetCmd+x} ] %3B then
         __Command+=" $__TestDotNetCmd"
     else
-        __Command+=" dotnet"
+        __Command+=" $CORE_ROOT/corerun"
     fi
-    __Command+=" $CORE_ROOT/crossgen2/crossgen2.dll"
+    __Command+=" $CORE_ROOT/crossgen2/crossgen2.dll $CrossGen2Options"
     __Command+=" @$__ResponseFile"
 
     echo Response file: $__ResponseFile