Updating test framework for startup/shutdown of memcached.
[awesomized/libmemcached] / tests / parser.h
index 98d3c1be389f55de04ede3fcb875de4a24f276ae..11b5368fe1ffa0b779e0a1fe438bca2426d22934 100644 (file)
@@ -37,8 +37,6 @@
 
 #pragma once
 
-#include <libtest/test.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -101,7 +99,13 @@ LIBTEST_INTERNAL_API
 test_return_t test_hostname_port_weight(memcached_st *);
 
 LIBTEST_INTERNAL_API
-test_return_t regression_bug_71231153(memcached_st *);
+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 *);
 
 #ifdef __cplusplus
 }