Nope. I'm sure something like this would be cool,
but not yet.
----- Original Message -----
Sent: Tuesday, January 07, 2003 5:33
AM
Subject: [Nant-users] Using a fileset
with NUNIT2
Hi,
Is it possible to use a fileset with the NUNIT2 task such that I can
specify a pattern and then execute it as the thing to test? I tried doing the
following:
<!-- Now test all of the test dlls
--> <target
name="Test" depends="Build"> <echo
message="Testing..."/>
<nunit2>
<test
assemblyname="${build.dir}/*.Tests.dll"
fork="true"/>
</nunit2> </target>
But that obviously doesnt work.
Any ideas? Thanks,
Nick.
With Yahoo! Mail you can get a bigger mailbox -- choose a
size that fits your needs
|