Add first fsharp test (#39871)
authorJarret Shook <jashoo@microsoft.com>
Thu, 30 Jul 2020 15:27:26 +0000 (08:27 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2020 15:27:26 +0000 (08:27 -0700)
commitf880aad4a58b35f6ec8e243fcda5cbf9c9fd2f09
treea327a38343e63de6b03ad5dbd1340d793890e9cd
parent278cc9658e7b12c1cb50342c4db3c67a327393a4
Add first fsharp test (#39871)

* Add our first fsharp test

This will test some newly supported codepaths in .Net 5.0

* Working test

* Small change

* Addressed feedback and resolve fsharp dependencies

* Add a separate dependency to be restored and copied

* Fix typo
src/coreclr/tests/build.proj
src/coreclr/tests/publishdependency.targets
src/coreclr/tests/src/Common/test_dependencies_fs/test_dependencies.fsproj [new file with mode: 0644]
src/coreclr/tests/src/Directory.Build.props
src/coreclr/tests/src/dirs.proj
src/coreclr/tests/src/runtest.proj
src/tests/JIT/Directed/tailcall/mutual_recursion.fs [new file with mode: 0644]
src/tests/JIT/Directed/tailcall/mutual_recursion.fsproj [new file with mode: 0644]