X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser.h;h=b21cdf70f02b65c98ee497fcad1ed16223ca48e4;hb=dc958dcf872470599504753f7441019fd0b603f2;hp=895a3d58d88037c556acd7264917438c552817b9;hpb=9da805a13af25708dcf567f15ea7c1acf31462f1;p=awesomized%2Flibmemcached diff --git a/tests/parser.h b/tests/parser.h index 895a3d58..b21cdf70 100644 --- a/tests/parser.h +++ b/tests/parser.h @@ -82,6 +82,21 @@ LIBTEST_INTERNAL_API LIBTEST_INTERNAL_API test_return_t libmemcached_check_configuration_with_filename_test(memcached_st *junk); +LIBTEST_INTERNAL_API + test_return_t random_statement_build_test(memcached_st *junk); + +LIBTEST_INTERNAL_API +test_return_t test_include_keyword(memcached_st *junk); + +LIBTEST_INTERNAL_API +test_return_t test_end_keyword(memcached_st *junk); + +LIBTEST_INTERNAL_API +test_return_t test_reset_keyword(memcached_st *junk); + +LIBTEST_INTERNAL_API +test_return_t test_error_keyword(memcached_st *junk); + #ifdef __cplusplus } #endif