touchpad: normalize the touchpad resolution to 400dpi, not 10 units/mm
[platform/upstream/libinput.git] / Makefile.am
index 4a2e09e..05698ba 100644 (file)
@@ -1,3 +1,6 @@
-SUBDIRS = src doc
+SUBDIRS = src doc test tools
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
+valgrind:
+       (cd test; $(MAKE) valgrind)