Add Interop/PInvoke/Attributes tests (dotnet/coreclr#19107)
authorZeng Jiang <v-jiazen@microsoft.com>
Fri, 16 Nov 2018 07:47:51 +0000 (15:47 +0800)
committerJeremy Koritzinsky <jkoritzinsky@gmail.com>
Fri, 16 Nov 2018 07:47:51 +0000 (23:47 -0800)
commit073e26ad10adb7a1dfdcd4b8000dc5e7f403ed6c
tree4111fffd63caae0a16302b0d717582b05c2d23a2
parent6af22f5eed35bb2c4ff36bef86cc8ccb658a749c
Add Interop/PInvoke/Attributes tests (dotnet/coreclr#19107)

* Add Interop/PInvoke/Attributes tests

* Fix PR comments

* Fix compile warnings

* Remove comment

* Clean up test files to match current build system.

* Fix up test and make it windows only (as FEATURE_LCID is only enabled on Windows)

* Fixed string const issues.

Commit migrated from https://github.com/dotnet/coreclr/commit/54bda7f874c435df8620949363bf3cf53b51aaeb
src/coreclr/tests/src/Interop/CMakeLists.txt
src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/CMakeLists.txt [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDNative.cpp [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.cs [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.csproj [new file with mode: 0644]