diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-07 21:25:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-07 21:25:15 +0000 |
commit | 440687c9d13a28b902bd9594f88eea6f42be686e (patch) | |
tree | d239056a195315c9c55b3c67103f9b1771aab0c2 /Makefile.in | |
parent | 8f81bbe3c5f76eda26bea1cf4b455de8faec0449 (diff) |
Whack test code to work with new tree, fix relaxng.py.
svn path=/branches/tk685/; revision=5765
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 71dab019..4465ef9e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,3 +97,12 @@ ${POW_SO}: .FORCE setup_autoconf.py build/stamp: .FORCE setup_autoconf.py ${PYTHON} setup.py build touch $@ + +lint: + find rpki -name '*.py' | xargs pylint --rcfile ${abs_top_srcdir}/buildtools/pylint.rc + +tags: Makefile + find rpki rp ca schemas -type f \ + \( -name '*.[ch] -o -name '*.py' -o -name '*.sql' -o -name '*.rnc' \) \ + ! -name relaxng.py ! -name sql_schemas.py -print | \ + etags - |