Merge code fix for replication non-block test failing instead of skipping on
[m6w6/libmemcached] / tests / test.h
index d74038c2905fddfb4f940a852a46db740d2791c8..302a09075ea3a8b22b51cc78be1c0b82509c8253 100644 (file)
@@ -122,6 +122,11 @@ void get_world(world_st *world);
 
 void create_core(void);
 
+/**
+  @note Friendly print function for errors.
+*/
+const char *test_strerror(test_return_t code);
+
 #define test_truth(A) \
 do \
 { \