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:
19
rtrlib-disable-tests-that-require-network-connections.patch
Normal file
19
rtrlib-disable-tests-that-require-network-connections.patch
Normal 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)
|
Reference in New Issue
Block a user