summaryrefslogtreecommitdiff
path: root/test/rule-syntax-check.py
AgeCommit message (Collapse)Author
2015-01-20test: simplify rules-test.sh wrapperMartin Pitt
Drop globbing of rules/*.rules in the rules-test.sh wrapper and move that logic into the actual test rule-syntax-check.py. This can still be called with individual rules files, but when being called without arguments it will now process all top_builddir/rules/*.rules. Preparation for dropping the shell wrappers altogether.
2015-01-20test: Use configured PythonMartin Pitt
Don't hardcode "python" or /usr/bin/python, but use the configured $(PYTHON).
2015-01-20test/rule-syntax-check.py: Fix for Python 3Martin Pitt
Make this work with both Python 2 and 3.
2013-08-14test: add licence header and switch to LGPLKay Sievers
Checked with and got OK from Martin.
2012-12-17licence: remove references to old FSF addressSami Kerola
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57206
2012-10-09udev: fix rule-syntax-check.pyKay Sievers
2012-04-14udev: test - move test/ and src/test/Kay Sievers