~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to libtest/test.c

Merge in all current libmemcached work, plus restore older, working,
memslap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  Sample test application.
11
11
*/
12
12
 
13
 
#include "config.h"
 
13
#include <config.h>
14
14
 
15
15
#include <unistd.h>
16
16