[Biojava-l] Re: tests
Matthew Pocock
matthew_pocock@yahoo.co.uk
Fri, 26 Apr 2002 12:04:45 +0100
David Huen wrote:
> On Friday 26 Apr 2002 11:44 am, you wrote:
>
>>Hi all,
>>
>>Can any of you give me realy simple-stupid instructions that will get
>>tests running for me? What do I need, where do I put it and how do I run
>>it.
>>
>
> I used the instructions from http://junit.sourceforge.net when I did it some
> time ago. I think you just put their jar in the CLASSPATH and the rest
> works.
>
>
OK - done that. I grabbed junit.jar from http://www.junit.org/index.htm
and dropped it into the ant lib directory. My tree now claims that all
test pass. I'm off to break something and make sure that a test breaks.
Thanks David.