Re: [Mono-dev] Building linker

2018-01-30 Thread Neale Ferguson
Make check yields - Errors, Failures and Warnings 1) Invalid : /root/linker/linker/Tests/bin/Debug/Mono.Linker.Tests.dll No suitable tests found in '/root/linker/linker/Tests/bin/Debug/Mono.Linker.Tests.dll'. Either assembly contains no tests or proper test driver has not been found. Test

Re: [Mono-dev] Building linker

2018-01-30 Thread Alexander Köplinger via Mono-devel-list
We just run "check" in monobuild in CI, that seems to work. On 30 Jan 2018, at 18:52, Neale Ferguson > wrote: I got a clean build in mono build (check failed though). I also ran bootstrap & build in core build. Again, all clean. How do I test

Re: [Mono-dev] Building linker

2018-01-30 Thread Alexander Köplinger via Mono-devel-list
Can you post a full build log? Did you modify 3.6.1 to 3.8.0 everywhere? It looks like the test dll wasn't built. For real world use the readme here has examples: https://github.com/mono/linker/blob/master/linker/README On 30 Jan 2018, at 19:18, Neale Ferguson

Re: [Mono-dev] Building linker

2018-01-30 Thread Neale Ferguson
https://pastebin.com/yR7MEJ4t Can you post a full build log? Did you modify 3.6.1 to 3.8.0 everywhere? It looks like the test dll wasn't built. For real world use the readme here has examples: https://github.com/mono/linker/blob/master/linker/README

Re: [Mono-dev] Building linker

2018-01-30 Thread Alexander Köplinger via Mono-devel-list
Hmm, it's building with xbuild. Did you override this since according to the Makefile it should use msbuild. xbuild references /usr/lib/cli/nunit.framework-2.6.3/nunit.framework.dll instead of NUnit from the nuget package when building Mono.Linker.Tests.dll, maybe that's the issue. On 30 Jan