test: add a generic single-touch device
[platform/upstream/libinput.git] / Makefile.am
index 07bfcd4..05698ba 100644 (file)
@@ -1,3 +1,6 @@
-SUBDIRS = src doc test
+SUBDIRS = src doc test tools
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
+valgrind:
+       (cd test; $(MAKE) valgrind)