Add tests for `ijwhost` (#66308)
authorElinor Fung <elfung@microsoft.com>
Tue, 8 Mar 2022 17:14:43 +0000 (09:14 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 17:14:43 +0000 (09:14 -0800)
commit627851323fe8f15539c163aabd7d7c644766c549
tree3c78a019d87eee41fcfdc0d78042955da7676408
parentfa5dcda23c681031b5d2bd68482702baef80b836
Add tests for `ijwhost` (#66308)
17 files changed:
docs/workflow/testing/host/testing.md
eng/native/ijw/IJW.cmake [moved from src/tests/Interop/IJW/IJW.cmake with 61% similarity]
eng/native/ijw/getRefPackFolderFromArtifacts.ps1 [moved from src/tests/Interop/IJW/getRefPackFolderFromArtifacts.ps1 with 80% similarity]
eng/native/ijw/getRefPackFolderFromSdk.ps1 [moved from src/tests/Interop/IJW/getRefPackFolderFromSdk.ps1 with 83% similarity]
src/installer/tests/Assets/TestProjects/ManagedHost/ManagedHost.cs [new file with mode: 0644]
src/installer/tests/Assets/TestProjects/ManagedHost/ManagedHost.csproj [new file with mode: 0644]
src/installer/tests/HostActivation.Tests/NativeHosting/Ijwhost.cs [new file with mode: 0644]
src/native/corehost/test/CMakeLists.txt
src/native/corehost/test/ijw/CMakeLists.txt [new file with mode: 0644]
src/native/corehost/test/ijw/ijw.cpp [new file with mode: 0644]
src/native/corehost/test/nativehost/nativehost.cpp
src/tests/Interop/IJW/CopyConstructorMarshaler/CMakeLists.txt
src/tests/Interop/IJW/IjwNativeCallingManagedDll/CMakeLists.txt
src/tests/Interop/IJW/IjwNativeDll/CMakeLists.txt
src/tests/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.cs [deleted file]
src/tests/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.csproj [deleted file]
src/tests/Interop/IJW/NativeVarargs/CMakeLists.txt