Hi,
The following example is found in the NAnt Task Reference docs for nunit2.
  
Run all tests in files listed in the tests.txt file. 

            <nunit2>
                <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${build.dir}/results" />
                <test>
                    <assemblies>
                        <includesList name="tests.txt" />
                    </assemblies>
                </test>
            </nunit2>
                
I can not find any information for the proper format of the contents of tests.txt.  
Thanks for your help.

Alex    


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to