aports/main/uriparser/disable-test.patch
Leo 48456cc415 main/uriparser: upgrade to 0.9.3
- Switch build system to cmake
- Fix license identifier
- enable tests but disable a failing test that causes segfaults
- split library into lib$pkgname
2019-05-05 19:26:48 +00:00

14 lines
318 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 749fea1..b112f9b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -245,7 +245,6 @@ if(URIPARSER_BUILD_TESTS)
add_executable(testrunner
test/FourSuite.cpp
- test/MemoryManagerSuite.cpp
test/test.cpp
test/VersionSuite.cpp