Add Interop/PInvoke/Attributes tests (#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)
commit54bda7f874c435df8620949363bf3cf53b51aaeb
tree0dfe0fb0f816b7a9c604d9e823de98f12035b82f
parent5a6a0362daa06bfdea439ebecf17c01291002b5a
Add Interop/PInvoke/Attributes tests (#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.
tests/src/Interop/CMakeLists.txt
tests/src/Interop/PInvoke/Attributes/LCID/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/PInvoke/Attributes/LCID/LCIDNative.cpp [new file with mode: 0644]
tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.csproj [new file with mode: 0644]