Hi wouldn't it be easier to pass this to a build script?
pass the project to the build script, (nant, msbuild, ...) and let that one determine the assemblies to test nant an d msbuild are designed for this kind of thing with kind regards Ruben Willems 2010/9/3 östen petersson <[email protected]> > it might be easier to understand with the define as well > <!-- standard test--> > <cb:define name="nunitStandard"> > <nunit path="$(nunitPath)"> > <cb:nunitAssemblies/> > <includedCategories> > </includedCategories> > <excludedCategories> > <excludedCategory>LongRunning</excludedCategory> > <excludedCategory>Integration</excludedCategory> > </excludedCategories> > </nunit> > </cb:define> > > On 3 Sep, 10:16, östen petersson <[email protected]> wrote: > > I wolud like to scope something like this: > > > > <cb:scope name="nunitAssemblies" value=" <assemblies> > > <assembly>$(WorkingDirectory)$(MyProjectName)\Tests\bin\Debug > > \myprojectTests.dll</assembly> </assemblies>" > > > > > <cb:nunitStandard/> > > </cb:scope> > > > > or something - I realize it is not possible as I have written it but > > is it doable somehow? I can´t know how many assemblies we have to run. > > > > best regards > > östen >
