~avsej/libmemcached/touch-command

« back to all changes in this revision

Viewing changes to tests/mem_functions.c

  • Committer: Brian Aker
  • Date: 2011-03-05 20:39:12 UTC
  • Revision ID: brian@tangent.org-20110305203912-wd18we23wlvcx82o
Move testing framework out to its own library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "libmemcached/common.h"
28
28
 
29
 
#include "server.h"
 
29
#include <libtest/server.h>
 
30
 
30
31
#include "clients/generator.h"
31
32
#include "clients/execute.h"
32
33
 
33
34
#define SMALL_STRING_LEN 1024
34
35
 
35
 
#include "test.h"
 
36
#include <libtest/test.h>
36
37
 
37
38
 
38
39
#ifdef HAVE_LIBMEMCACHEDUTIL