summaryrefslogtreecommitdiff
path: root/test/rule-syntax-check.py
AgeCommit message (Collapse)Author
2011-05-31rule-syntax-check.py: use print()Kay 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.