Merge from Mark's code. Modified memcat to use enum for options.
[awesomized/libmemcached] / Makefile.am
1 INCLUDES = include
2 SUBDIRS = docs include lib src tests
3
4 test: all
5 cd tests; make test; cd ..
6
7 ltest: all
8 ./tests/testapp output.txt
9
10 valgrind:
11 cd tests; make valgrind; cd ..
12
13