From b1cd4d8cf0ccd0b52c0134d8f07d7ddf97e625a5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 21 Oct 2013 20:10:39 -0700 Subject: [PATCH] MSVC: run the test suite as a post-build event --- libsodium.vcxproj | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/libsodium.vcxproj b/libsodium.vcxproj index 5a089e67..83dadac8 100644 --- a/libsodium.vcxproj +++ b/libsodium.vcxproj @@ -187,6 +187,12 @@ Console true + + $(SolutionDir)/test/default/wintest.bat $(Configuration) + + + Run the test suite + @@ -203,6 +209,12 @@ Console true + + $(SolutionDir)/test/default/wintest.bat $(Configuration) + + + Run the test suite + @@ -254,6 +266,12 @@ true true + + $(SolutionDir)/test/default/wintest.bat $(Configuration) + + + Run the test suite + @@ -275,6 +293,12 @@ true true + + $(SolutionDir)/test/default/wintest.bat $(Configuration) + + + Run the test suite +