Fixed test command line
authorPanagiotis Kanavos <pkanavos@gmail.com>
Tue, 14 Jun 2011 19:40:28 +0000 (22:40 +0300)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Tue, 14 Jun 2011 19:40:28 +0000 (22:40 +0300)
trunk/Pithos.Client.Test/Pithos.Client.Test.csproj
trunk/Pithos.Core.Test/Pithos.Core.Test.csproj
trunk/Pithos.Network.Test/Pithos.Network.Test.csproj

index 5e0ea53..752a2fa 100644 (file)
@@ -81,6 +81,9 @@
     <None Include="packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <PropertyGroup>
+    <PostBuildEvent>nunit-console.exe "$(TargetPath)"</PostBuildEvent>
+  </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
   <Target Name="BeforeBuild">
index 5e1e039..e78797f 100644 (file)
     <None Include="packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <PropertyGroup>
+    <PostBuildEvent>nunit-console.exe "$(TargetPath)"</PostBuildEvent>
+  </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
   <Target Name="BeforeBuild">
index d9b2d72..898dd2d 100644 (file)
@@ -85,7 +85,7 @@
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
-    <PostBuildEvent>nunit-console.exe $(TargetPath)</PostBuildEvent>
+    <PostBuildEvent>nunit-console.exe "$(TargetPath)"</PostBuildEvent>
   </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.