improve the tests
[beanstalkd.git] / README
blob7ee4fd0b9dbf8501452c819c0cd8b4db8d3bad2b
1 This is beanstalkd, a fast, general-purpose work queue.
2 See http://kr.github.com/beanstalkd/ for general info.
4 QUICK START
6     $ make
7     $ ./beanstalkd
9 also,
11     $ make CFLAGS=-g
12     $ make CC=clang
13     $ make check
14     $ make install
15     $ make install PREFIX=/usr
17 You might need to type "gmake"; our build requires GNU make.
18 Requires Linux (2.6.17 or later), Mac OS X, or FreeBSD.
19 See doc/protocol.txt for details of the network protocol.
22 SUBDIRECTORIES
24 adm     files useful for system administrators
25 ct      testing tool; see https://github.com/kr/ct
26 doc     documentation
27 mk      include files for make
28 pkg     miscelaneous files for packagers
31 TESTS
33 Unit tests are in *-test.c. See https://github.com/kr/ct for
34 information on how to write them.
36 Copyright 2007-2011 the authors of beanstalkd.
37 Copyright in contributions to beanstalkd is retained
38 by the original copyright holder of each contribution.
39 See the COPYING file for terms of use.