mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 09:20:07 +01:00
The tests require the creation of udev devices which in turn require root and usually cause distcheck runs to fail. Add a new option to disable the *running* of tests at distcheck (we still want to build them). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
8 lines
164 B
Makefile
8 lines
164 B
Makefile
SUBDIRS = src doc test tools udev
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
valgrind:
|
|
(cd test; $(MAKE) valgrind)
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-test-run
|