Add PInvoke/Primitives/Int tests (#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)
commit577aafcdc7122649cb4c74c617aef597d194ac05
treecc74581ca691d4069e886877c0b2d5988d052370
parenta0c8ff74c46cb7792796171eea9122d10a9f9bcd
Add PInvoke/Primitives/Int tests (#19304)

* Add PInvoke/Primitives/Int tests

* Clean up Int tests to pass xplat.
tests/src/Interop/CMakeLists.txt
tests/src/Interop/PInvoke/Primitives/Int/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntNative.cpp [new file with mode: 0644]
tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.csproj [new file with mode: 0644]