Add PInvoke/DateTime tests (#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)
commit15c684b458d3134c51dc5c509853ff21efcf38b5
treea7f7086ad8741154cda247ca8785975de71e5d0e
parent679a82368d9fbeaae343630d1e509e7d8acbf1c6
Add PInvoke/DateTime tests (#19298)

* Add PInvoke/DateTime tests

* Make DateTimeTest windows-only

* Update managed side to current infrastructure

* Link to OleAut32.

* Add missing target_link_libraries command.
tests/src/Interop/CMakeLists.txt
tests/src/Interop/PInvoke/DateTime/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/PInvoke/DateTime/DateTimeTest.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/DateTime/DateTimeTest.csproj [new file with mode: 0644]
tests/src/Interop/PInvoke/DateTime/NativeDateTime.cpp [new file with mode: 0644]