Add PInvoke/Miscellaneous tests (#19326)
authorZeng Jiang <v-jiazen@microsoft.com>
Thu, 15 Nov 2018 18:10:25 +0000 (02:10 +0800)
committerJeremy Koritzinsky <jkoritzinsky@gmail.com>
Thu, 15 Nov 2018 18:10:25 +0000 (10:10 -0800)
commitcd0a465caf1b0063e73dfe0b0cd8b193266f11e7
tree2854f73f281c80549cdf84db3d99acc1270b204e
parent8241c492ac7fb7ef850f585c5ef2a70928feea8e
Add PInvoke/Miscellaneous tests (#19326)

* Add PInvoke/Miscellaneous tests

* Clean up HandleRef test.
13 files changed:
tests/src/Interop/CMakeLists.txt
tests/src/Interop/PInvoke/Miscellaneous/HandleRef/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefNative.cpp [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.csproj [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPINative.cpp [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.csproj [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.csproj [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.csproj [new file with mode: 0644]