Although... you could loop through all the files in a folder/dir and test
them.

Something like this.

<foreach item="File" property="assembly" in="bin\tests\">
    <nunit2>
          <test assemblyname="${assembly}"/>
    </nunit2>
</foreach>

----- Original Message -----
From: Scott Hernandez

Nope. I'm sure something like this would be cool, but not yet.

----- Original Message -----
From: Nicholas Robinson

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.



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to