summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 44cf002188..f1243963da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -183,7 +183,7 @@ EXTRA_DIST += \
# ------------------------------------------------------------------------------
# udev tests
# ------------------------------------------------------------------------------
-TESTS = test/udev-test.pl
+TESTS = test/udev-test.pl test/rules-test.sh
check_PROGRAMS = \
libudev/test-libudev \
@@ -619,6 +619,7 @@ CLEANFILES += \
$(BUILT_SOURCES)
EXTRA_DIST += $(TESTS)
+EXTRA_DIST += test/rule-syntax-check.py
install-exec-hook: $(INSTALL_EXEC_HOOKS)