20 lines
577 B
Diff
20 lines
577 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 7e9aa98..7b1fea9 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -112,14 +112,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 8)
|