summaryrefslogtreecommitdiff
path: root/tests/src/dir.targets
diff options
context:
space:
mode:
authorZeng Jiang <v-jiazen@microsoft.com>2018-11-16 06:51:02 +0800
committerJeremy Koritzinsky <jkoritzinsky@gmail.com>2018-11-15 14:51:02 -0800
commit9d2f9c4b4eebcac13247fa414bc8ca1c3a1d5b03 (patch)
tree8725afbe4d4e00b041031771f1d9d3faac110681 /tests/src/dir.targets
parent97b25b3f1e66b31fbc9f42e8b65aec64710be085 (diff)
downloadcoreclr-9d2f9c4b4eebcac13247fa414bc8ca1c3a1d5b03.tar.gz
coreclr-9d2f9c4b4eebcac13247fa414bc8ca1c3a1d5b03.tar.bz2
coreclr-9d2f9c4b4eebcac13247fa414bc8ca1c3a1d5b03.zip
Add PInvoke/DllImportpath tests (#19270)
* Add PInvoke/DllImportpath tests * Refactor test to current toolset and remove Windows-only Path API searching. * Remove explicit calling convention from managed and add correct convention to test. * Get environment test passing on Unix. * Update test to pass off-Windows. * Include feature/platform defines in tests. * Fix environment test (again). * Remove zero-width character that's breaking CI * Fix zero-width character I missed. * Remove invalid parens around LD_LIBRARY_PATH * Ensure the path added to the LD_LIBRARY_PATH exists before the test starts. * Combine all DllImportPath CMakeLists.txt files into one file. * Include clr.coreclr.props when also including clr.defines.targets so we get the feature defines correctly as well. * Disable unicode test for our OSX 10.12 CI builds.
Diffstat (limited to 'tests/src/dir.targets')
-rw-r--r--tests/src/dir.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/dir.targets b/tests/src/dir.targets
index 3e3ce9b61f..ac803eee68 100644
--- a/tests/src/dir.targets
+++ b/tests/src/dir.targets
@@ -236,4 +236,7 @@
<ProjectAssetsFile></ProjectAssetsFile>
</PropertyGroup>
+ <Import Project="../../clr.coreclr.props" />
+ <Import Project="../../clr.defines.targets" />
+
</Project>