~avsej/libmemcached/touch-command

« back to all changes in this revision

Viewing changes to tests/plus.cpp

  • 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:
12
12
#include <sys/stat.h>
13
13
#include <unistd.h>
14
14
#include <time.h>
15
 
#include "server.h"
16
 
 
17
 
#include "test.h"
 
15
 
 
16
#include <libtest/server.h>
 
17
 
 
18
#include <libtest/test.h>
18
19
 
19
20
#include <string>
20
21
#include <iostream>