[Mono-list] Unit Tests - how to build/run ?
Darren Tuer
darren_tuer@technologyonecorp.com
Wed, 28 May 2003 17:29:53 +1000
Folks,
I'm working on a few additional unit tests at the moment for System.Text.
I've put my test class in the mcs/class/corlib/Test/System.Text directory,
just like the Getting Started section on the Testing page says to ( and the
/mcs/class/doc/NUnitGuidelines say to )
I've then gone to the mcs directory & done a 'make test'. All I get is
'make: `test' is up to date'
So how do I rebuild & run all the unit tests ?? ( I'm using a RedHat 9
machine )
I've successfully built the rest of the mono & mcs stuff, and the regression
tests (mostly) run OK.