Add PInvoke/Primitives/Int tests (dotnet/coreclr#19304)
authorZeng Jiang <v-jiazen@microsoft.com>
Thu, 18 Oct 2018 17:19:12 +0000 (01:19 +0800)
committerJeremy Koritzinsky <jkoritzinsky@gmail.com>
Thu, 18 Oct 2018 17:19:12 +0000 (10:19 -0700)
commit6a7400ba214f2a149cb4199c8c31d206d9f9d320
tree9bcd81a823bb01a37db802b2f0a363523fc122fd
parent3e3f045c6fc7b19b4b1747c465d1ad4ee4b05a70
Add PInvoke/Primitives/Int tests (dotnet/coreclr#19304)

* Add PInvoke/Primitives/Int tests

* Clean up Int tests to pass xplat.

Commit migrated from https://github.com/dotnet/coreclr/commit/577aafcdc7122649cb4c74c617aef597d194ac05
src/coreclr/tests/src/Interop/CMakeLists.txt
src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/CMakeLists.txt [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntNative.cpp [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.cs [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.csproj [new file with mode: 0644]