Fixed test command line
[pithos-ms-client] / trunk / Pithos.Client.Test / Pithos.Client.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">