Move options directory to csl.
[awesomized/libmemcached] / tests / parser.h
index c53f0e411fca128fb47316dd2a80e6a1f2baa77a..05272ee6b18852935f6371694574ebbd4a3cfa8c 100644 (file)
@@ -37,8 +37,6 @@
 
 #pragma once
 
-#include <libtest/test.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -97,6 +95,21 @@ test_return_t test_error_keyword(memcached_st*);
 LIBTEST_INTERNAL_API
 test_return_t server_with_weight_test(memcached_st *);
 
+LIBTEST_INTERNAL_API
+test_return_t test_hostname_port_weight(memcached_st *);
+
+LIBTEST_INTERNAL_API
+test_return_t regression_bug_71231153_connect(memcached_st *);
+
+LIBTEST_INTERNAL_API
+test_return_t regression_bug_71231153_poll(memcached_st *);
+
+LIBTEST_INTERNAL_API
+test_return_t test_parse_socket(memcached_st *);
+
+LIBTEST_INTERNAL_API
+test_return_t test_namespace_keyword(memcached_st*);
+
 #ifdef __cplusplus
 }
 #endif