~yeban/libmemcached/todo-host.c

« back to all changes in this revision

Viewing changes to tests/hash_plus.cc

  • 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:
1
1
/*
2
2
  C++ to libhashkit
3
3
*/
4
 
#include "test.h"
 
4
#include <libtest/test.h>
 
5
 
5
6
#include <stdio.h>
6
7
#include <stdlib.h>
7
8
#include <string.h>