added automatic vs.2008 detection

This commit is contained in:
eeichinger
2009-08-04 20:24:02 +00:00
parent 21f3cdd67a
commit 070c33503e
4 changed files with 12 additions and 6 deletions

View File

@@ -209,7 +209,7 @@ ${tool.dir} : dir for tools
<echo message="Unit Testing ${project.name} in ${test.bin.dir}" />
<exec program="${vs-net.mstest.bin.dir}\MSTest.exe" workingdir="${test.bin.dir}" verbose="false">
<exec program="${mstest.exe}" workingdir="${test.bin.dir}" verbose="false">
<arg value="/testcontainer:${test.bin.dir}/${test.assemblyname}.dll"/>
<arg value="/resultsfile:${test.assemblyname}.dll-MsTestResults.trx"/>
<arg value="/nologo" />