~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to tests/mem_functions.c

Merge in all of build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
    { // Test all of the flags
320
320
      test_true(memc_clone->flags.no_block == memc->flags.no_block);
321
321
      test_true(memc_clone->flags.tcp_nodelay == memc->flags.tcp_nodelay);
322
 
      test_true(memc_clone->flags.reuse_memory == memc->flags.reuse_memory);
323
 
      test_true(memc_clone->flags.use_cache_lookups == memc->flags.use_cache_lookups);
324
322
      test_true(memc_clone->flags.support_cas == memc->flags.support_cas);
325
323
      test_true(memc_clone->flags.buffer_requests == memc->flags.buffer_requests);
326
324
      test_true(memc_clone->flags.use_sort_hosts == memc->flags.use_sort_hosts);
6219
6217
  {"hash", 0, (test_callback_fn)parser_hash_test },
6220
6218
  {"libmemcached_check_configuration", 0, (test_callback_fn)libmemcached_check_configuration_test },
6221
6219
  {"libmemcached_check_configuration_with_filename", 0, (test_callback_fn)libmemcached_check_configuration_with_filename_test },
6222
 
  {"memcached_parse_configure_file", 0, (test_callback_fn)memcached_parse_configure_file_test },
6223
6220
  {"number_options", 0, (test_callback_fn)parser_number_options_test },
6224
6221
  {"randomly generated options", 0, (test_callback_fn)random_statement_build_test },
6225
6222
  {"prefix_key", 0, (test_callback_fn)parser_key_prefix_test },