aboutsummaryrefslogtreecommitdiff
path: root/ports/libsodium/disable-tests.patch
blob: 24bcc1d8343ed15585cf38a2116d76863accd855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/msvc-scripts/sodium.props b/msvc-scripts/sodium.props
index 41e1e47..3126455 100644
--- a/msvc-scripts/sodium.props
+++ b/msvc-scripts/sodium.props
@@ -17,9 +17,9 @@
     <PreBuildEvent>
       <Message>Process .in files</Message>
     </PreBuildEvent>
-    <PostBuildEvent>
+    <!-- <PostBuildEvent>
       <Command>"$(SolutionDir)/test/default/wintest.bat" $(Configuration) $(Platform)</Command>
-    </PostBuildEvent>
+    </PostBuildEvent> -->
     <PostBuildEvent>
       <Message>Run the test suite</Message>
     </PostBuildEvent>