Re: [Mono-dev] running test suite on windows

2006-12-19 Thread Atsushi Eno
Oh, well, specific to WF stuff, I had to change Makefile in System.Workflow.Runtime to add ".dll" sufix in -r options to LIB_MCS_FLAGS. That might trap you. Atsushi Eno Atsushi Eno wrote: > Hi, > > I have never tried csc to build olive stuff before, but the same > trick as our mcs tree has (actu

Re: [Mono-dev] running test suite on windows

2006-12-19 Thread Atsushi Eno
Hi, I have never tried csc to build olive stuff before, but the same trick as our mcs tree has (actually the trick in in build/rules.make) worked: make CSCCOMPILE="csc -d:NET_2_0 -d:NET_1_1" If you want to try our nunit tests under .NET framework, you can run "make run-test-ondotnet". It just run

Re: [Mono-dev] running test suite on windows

2006-12-19 Thread joel reed
By the way, the System.Workflow.ComponentModel tests in the olive tree don't compile under MS, using the techniques outlined below. I think its an API bug in the olive tree. jr joel reed wrote: I'm trying to figure out how to run the olive testsuite against the microsoft .net 3.0 assemblies.

[Mono-dev] running test suite on windows

2006-12-19 Thread joel reed
I'm trying to figure out how to run the olive testsuite against the microsoft .net 3.0 assemblies. It seems olive and mono have a pretty similar build system, and I don't see any specific instructions at http://www.mono-project.com/Test_Suite for exactly how to run the mono testsuite on windows