This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 509
Tests for building native libraries #4985
Comments
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 22, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 22, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 22, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 24, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 28, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 28, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Feb 28, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Mar 5, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Mar 5, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Mar 5, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Mar 6, 2018
tonerdo
added a commit
to tonerdo/corert
that referenced
this issue
Mar 6, 2018
jkotas
pushed a commit
that referenced
this issue
Mar 7, 2018
* add preliminary Library test project (#4985) * update library test and make it pass on Windows (#4985) * rename Library test project to SharedLibrary (#4985) * update sharedlib test, make it pass on darwin (#4985) * update msbuild tag names (#4985) * move native runner rsp file to native intermediate output path (#4985) * add test for static library, make it pass on unix (#4985) * update static library test, make it pass on Windows * skip shared library test for linux (#4985) * fix StaticLibrary linux build (#4985) * update unix linker args when building StaticLibrary native binary (#4985) * add copyright headers to all newly added source files (#4985) * fix multimodule build errors for native library builds (#4985) * add comment explaining owning module of native library startup method (#4985) * set owning module of native library startup method to gen'd module (#4985) * remove unneeded System.Linq import (#4985)
kbaladurin
pushed a commit
to kbaladurin/corert
that referenced
this issue
Mar 15, 2018
* add preliminary Library test project (dotnet#4985) * update library test and make it pass on Windows (dotnet#4985) * rename Library test project to SharedLibrary (dotnet#4985) * update sharedlib test, make it pass on darwin (dotnet#4985) * update msbuild tag names (dotnet#4985) * move native runner rsp file to native intermediate output path (dotnet#4985) * add test for static library, make it pass on unix (dotnet#4985) * update static library test, make it pass on Windows * skip shared library test for linux (dotnet#4985) * fix StaticLibrary linux build (dotnet#4985) * update unix linker args when building StaticLibrary native binary (dotnet#4985) * add copyright headers to all newly added source files (dotnet#4985) * fix multimodule build errors for native library builds (dotnet#4985) * add comment explaining owning module of native library startup method (dotnet#4985) * set owning module of native library startup method to gen'd module (dotnet#4985) * remove unneeded System.Linq import (dotnet#4985)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unit tests need to be added for building native libraries with CoreRT. Both shared and static libraries should be tested.
Parent issue: #1285
The text was updated successfully, but these errors were encountered: