~brianaker/libmemcached/pushtest

« back to all changes in this revision

Viewing changes to tests/libmemcached-1.0/setup_and_teardowns.cc

  • Committer: Brian Aker
  • Date: 2012-10-13 11:28:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1080.
  • Revision ID: brian@tangent.org-20121013112852-ebfvxrvqbyj2g2ri
Fix all include location, and drop versions of the library that were never shipped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include <config.h>
39
39
#include <libtest/test.hpp>
40
40
 
41
 
#include <libmemcached/util.h>
 
41
#include <libmemcachedutil-1.0/util.h>
42
42
 
43
43
#include "tests/print.h"
44
44
#include "tests/libmemcached-1.0/setup_and_teardowns.h"