Add Mock CoreCLR (dotnet/core-setup#5823)
authorSteve MacLean <stmaclea@microsoft.com>
Sat, 13 Apr 2019 15:54:02 +0000 (11:54 -0400)
committerGitHub <noreply@github.com>
Sat, 13 Apr 2019 15:54:02 +0000 (11:54 -0400)
commit9369915cd1f4920fa650ab4acff6bbfa6dadf299
treedf814a4941befdf93d7ec0ac75dc21df735215ed
parent91c8619ae1bb29e10b62214a7525803f0db4f797
Add Mock CoreCLR (dotnet/core-setup#5823)

* Add Mock CoreCLR

* Add MockLog* macros

* Use SHARED_API

Commit migrated from https://github.com/dotnet/core-setup/commit/6e994af6195ac90c9050a54c317a6623a729962e
src/installer/corehost/cli/test/CMakeLists.txt
src/installer/corehost/cli/test/mockcoreclr/CMakeLists.txt [new file with mode: 0644]
src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.cpp [new file with mode: 0644]
src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.h [new file with mode: 0644]