summaryrefslogtreecommitdiff
path: root/test/rules-test.sh
AgeCommit message (Collapse)Author
2012-01-10tabs are as useful as a hole in the headKay Sievers
2011-12-25make: introduce --with-rootprefix=Kay Sievers
2011-12-23build argv[] for builtin commandsKay Sievers
2010-09-21Add automatic rules syntax checkMartin Pitt
Add test/rule-syntax-check.py, a script for checking the syntax of all udev rules files passed as command line arguments. Add a wrapper test/rules-test.sh which calls rule-syntax-check.py on all udev rules that we ship, but does nothing if Python is not available. Integrate this into make check/distcheck.