summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-11-14 09:35:56 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-11-14 10:14:02 +1000
commit17c0049d24b2fdccb6136441b4b4c3e8e351bdee (patch)
tree25e703a181f66b06ca394ec1f4a1f22eded9d325 /Makefile.am
parentdae10bca6778ba919bc384366ebd43179470d36c (diff)
Disable test runs on 'distcheck'
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fc6e6b7..976a7ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,3 +4,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
valgrind:
(cd test; $(MAKE) valgrind)
+
+DISTCHECK_CONFIGURE_FLAGS = --disable-test-run