mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 14:42:01 +01:00
- Switch build system to cmake - Fix license identifier - enable tests but disable a failing test that causes segfaults - split library into lib$pkgname
14 lines
318 B
Diff
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
|
|
|
|
|