[Mono-dev] run-test-onwine target

Raja R Harinath harinath at hurrynot.org
Wed Apr 14 00:48:05 EDT 2010


Hi,

Vincent Povirk <madewokherd+8cd9 at gmail.com> writes:

> It would be useful for Wine development if we had an easy way to run
> the Mono testsuite on whichever CLI implementation happens to be set
> up in Wine (Mono or MS .NET). To this end, I've made a small
> proof-of-concept patch that adds a run-test-onwine target.
>
> Note that I don't really understand most of this, and my approach was
> to search for "ondotnet", replace it with "onwine" and add "wine" to
> the start of the command line. Also, any tests that would normally be
> excluded on either Mono or .NET are excluded here, since we don't care
> about Mono-specific features in Wine.
>
> I haven't gotten this to run all the tests yet, but have I done
> anything obviously wrong?

It seems that you can use

  make run-test TEST_RUNTIME=wine

instead?  Or, run 'make run-test-ondotnet' inside a wine cmd session.

- Hari



More information about the Mono-devel-list mailing list