aboutsummaryrefslogtreecommitdiff
path: root/ports/libsodium/disable-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libsodium/disable-tests.patch')
-rw-r--r--ports/libsodium/disable-tests.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/ports/libsodium/disable-tests.patch b/ports/libsodium/disable-tests.patch
deleted file mode 100644
index 24bcc1d83..000000000
--- a/ports/libsodium/disable-tests.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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>