Add unit test for loading native library from host-provided native search paths
authorKoundinya Veluri <kouvel@microsoft.com>
Tue, 6 Oct 2015 08:38:00 +0000 (01:38 -0700)
committerKoundinya Veluri <kouvel@microsoft.com>
Wed, 7 Oct 2015 11:03:53 +0000 (04:03 -0700)
commit90a2a78a84aa935157efd7475e935aca476ff29b
treeda251ba12eadc0b82bc83e72fb5438a32c7966e7
parentbe363e1d163f7c435b922e1d4a49175373bb5f37
Add unit test for loading native library from host-provided native search paths

Also used and added to existing macros for separator chars and removed the new members I had added to the Path class.

Related to dotnet/coreclr#1680

Commit migrated from https://github.com/dotnet/coreclr/commit/dba31572605bc370b3b9eee403b3d2bb56cc4b56
12 files changed:
src/coreclr/src/inc/clr/fs/path.h
src/coreclr/src/inc/palclr.h
src/coreclr/src/pal/inc/rt/palrt.h
src/coreclr/src/vm/appdomainnative.cpp
src/coreclr/tests/runtest.sh
src/coreclr/tests/src/Loader/NativeLibs/CMakeLists.txt [new file with mode: 0644]
src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.cs [new file with mode: 0644]
src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj [new file with mode: 0644]
src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths_lib.cpp [new file with mode: 0644]
src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths_lib.def [new file with mode: 0644]
src/coreclr/tests/src/Loader/NativeLibs/project.json [new file with mode: 0644]
src/coreclr/tests/src/Loader/NativeLibs/project.lock.json [new file with mode: 0644]