projects
/
awesomized
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
add memrm tool
[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