~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to tests/libmemcached-1.0/all_tests.h

  • Committer: Continuous Integration
  • Date: 2013-03-10 13:02:02 UTC
  • mfrom: (1149.1.7 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20130310130202-pbwutqnl3aolmc53
Merge lp:~tangent-org/libmemcached/1.0-build/ Build: jenkins-Libmemcached-235

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
  {"reset stack clone", true, (test_callback_fn*)basic_reset_stack_clone_test},
165
165
  {"reset heap clone", true, (test_callback_fn*)basic_reset_heap_clone_test},
166
166
  {"memcached_return_t", false, (test_callback_fn*)memcached_return_t_TEST },
 
167
  {"c++ memcached_st == memcached_return_t", false, (test_callback_fn*)comparison_operator_memcached_st_and__memcached_return_t_TEST },
167
168
  {0, 0, 0}
168
169
};
169
170