diff options
author | Koundinya Veluri <kouvel@microsoft.com> | 2015-10-13 12:58:48 -0700 |
---|---|---|
committer | Koundinya Veluri <kouvel@microsoft.com> | 2015-10-13 13:57:52 -0700 |
commit | 80479e2aefa72ea6b5e39d6e910fb6d0465e4978 (patch) | |
tree | 27110d5fdd046ea139fff48cfd365b619b630286 /tests | |
parent | 1a729f8c93d03e305a1d830c9e65ca05185adcd1 (diff) | |
download | coreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.tar.gz coreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.tar.bz2 coreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.zip |
Add some instructions (tests, new APIs)
- Instructions for running CoreCLR and PAL tests outside Windows
- Brief instructions for running CoreFX tests with a private build of CoreCLR outside Windows
- Adding new public APIs to mscorlib
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh index 4f5970bfd5..feedc24e1a 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -7,7 +7,7 @@ function print_usage { echo 'Typical command line:' echo '' echo 'coreclr/tests/runtest.sh' - echo ' --testRootDir="temp/Windows.x64.Debug"' + echo ' --testRootDir="temp/Windows_NT.x64.Debug"' echo ' --testNativeBinDir="coreclr/bin/obj/Linux.x64.Debug/tests"' echo ' --coreClrBinDir="coreclr/bin/Product/Linux.x64.Debug"' echo ' --mscorlibDir="windows/coreclr/bin/Product/Linux.x64.Debug"' |