Started to abstract out the stats calls.
[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