SHA256
8
0
forked from pool/rtrlib

Accepting request 670909 from home:mnhauke:network

Initial package for rtrlib

OBS-URL: https://build.opensuse.org/request/show/670909
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rtrlib?expand=0&rev=1
This commit is contained in:
2019-02-06 09:06:55 +00:00
committed by Git OBS Bridge
commit 0f40445a31
6 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e852633..dc12a40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,14 +82,10 @@ ADD_TEST(test_trie tests/test_trie)
ADD_TEST(test_ht_spkitable tests/test_ht_spkitable)
ADD_TEST(test_ht_spkitable_locks tests/test_ht_spkitable_locks)
-ADD_TEST(test_live_validation tests/test_live_validation)
-
ADD_TEST(test_ipaddr tests/test_ipaddr)
ADD_TEST(test_getbits tests/test_getbits)
-ADD_TEST(test_dynamic_groups tests/test_dynamic_groups)
-
#install lib
set (RTRLIB_VERSION_MAJOR 0)
set (RTRLIB_VERSION_MINOR 6)