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

Reply via email to