~avsej/libmemcached/touch-command

« back to all changes in this revision

Viewing changes to tests/start.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:
13
13
 
14
14
#include <stdio.h>
15
15
#include <string.h>
16
 
#include "server.h"
 
16
#include <libtest/server.h>
17
17
 
18
18
int main(void)
19
19
{