Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
NUnit (http://www.nunit.org) is a unit-testing framework for all .Net languages. There is a port to the Mono implementation on Linux. The application is not part of current Mono builds any more. So we need a new ebuild for this!
For what I've seen in the nunit source for mono. The build of nunit is made using Nant. So the nant package must be added to portage before this one
Created an attachment (id=42591) [details] NUnit ebuild Here's the NUnit ebuild I have going so far. Seems to mostly work, but is having some problems related to some windows Dll that's getting PInvoked. You can check for the latest work to the build on my overlay at http://dev.gentoo.org/~latexer/files/overlays/mono/
*** Bug 90919 has been marked as a duplicate of this bug. ***
Created an attachment (id=91747) [details] Updated ebuild for nunit Updated the ebuild posted to work with nunit-2.2.8. Not certain where to install it to since it doesn't appear to be able to be built as strong.
This would still be a very useful package to have available. Nunit 2.4.1 was released recently http://sourceforge.net/projects/nunit/
Apparently 2.4.1 is rather up to date. With gentoo provideded mono 1.2.4 and nant 0.85 all I simply had to do was unzip, cd src nant mono-2.0 release build and all was compiled no errors *looking into how to make an updated build script from the ones provided*
the nunit-gui seems to have a reference that the mono team have not accomplished yet. But I ran the nunit-console.exe (arguably the more useful binary ) on a test of their own product and it worked just fine. DLLs and console tool seem adaquate.