vcpkg/ports/libsodium/disable-tests.patch
Alexander Karatarakis 1e6dd7b5d1 [libsodium] Disable tests
Also, this is a workaround for x64-windows-static taking forever in VS2017 15.5
2017-12-06 18:08:03 -08:00

17 lines
552 B
Diff

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>