Add PInvoke/DateTime tests (dotnet/coreclr#19298)
authorZeng Jiang <v-jiazen@microsoft.com>
Fri, 19 Oct 2018 21:33:55 +0000 (05:33 +0800)
committerJeremy Koritzinsky <jkoritzinsky@gmail.com>
Fri, 19 Oct 2018 21:33:55 +0000 (14:33 -0700)
commitbe5a4d310673cd09c0de70c58129035726f90676
treea3db4f042be7dadbc113bf21966db544bd10bc1a
parentb24659d67dbce56f6c0cb3f2aed58b0042628083
Add PInvoke/DateTime tests (dotnet/coreclr#19298)

* Add PInvoke/DateTime tests

* Make DateTimeTest windows-only

* Update managed side to current infrastructure

* Link to OleAut32.

* Add missing target_link_libraries command.

Commit migrated from https://github.com/dotnet/coreclr/commit/15c684b458d3134c51dc5c509853ff21efcf38b5
src/coreclr/tests/src/Interop/CMakeLists.txt
src/coreclr/tests/src/Interop/PInvoke/DateTime/CMakeLists.txt [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.cs [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.csproj [new file with mode: 0644]
src/coreclr/tests/src/Interop/PInvoke/DateTime/NativeDateTime.cpp [new file with mode: 0644]