diff options
Diffstat (limited to 'rpkid/Makefile.in')
-rw-r--r-- | rpkid/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index 93c3582e..798b5e8a 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -126,14 +126,14 @@ all-tests:: unit-tests all-tests:: relaxng -test all-tests parse-test profile yamltest:: all +test all-tests parse-test profile yamltest yamlconf:: all cd tests; $(MAKE) $@ tags: Makefile find . -type f \( -name '*.py' -o -name '*.sql' -o -name '*.rnc' -o -name '*.py.in' \) ! -name relaxng.py ! -name sql_schemas.py | etags - lint: - pylint --rcfile ${abs_top_srcdir}/buildtools/pylint.rc rpki/[a-z]*.py *d.py rpki-*.py rpkic.py irbe_cli.py tests/*.py + pylint --rcfile ${abs_top_srcdir}/buildtools/pylint.rc rpki/*.py rpki/irdb/*.py *.py tests/*.py # Documentation |