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
20 lines
575 B
Diff
20 lines
575 B
Diff
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)
|