projects
/
platform
/
upstream
/
libinput.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test: automatically run the tests against valgrind for leaks
[platform/upstream/libinput.git]
/
Makefile.am
1
SUBDIRS = src doc test tools
2
3
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
4
5
valgrind:
6
(cd test; $(MAKE) valgrind)