First draft of debugging-tools module
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This commit is contained in:
parent
b366d6b3c7
commit
0f42648b76
5 changed files with 172 additions and 0 deletions
14
tests/Makefile
Normal file
14
tests/Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
MODULE_LINT=/usr/lib/python2.7/site-packages/moduleframework/modulelint.py
|
||||
CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py
|
||||
|
||||
#
|
||||
generate:
|
||||
generator
|
||||
|
||||
check-docker:
|
||||
MODULE=docker $(CMD)
|
||||
|
||||
check-rpm:
|
||||
MODULE=rpm $(CMD)
|
||||
|
||||
all: generate check-docker check-rpm
|
||||
Loading…
Add table
Add a link
Reference in a new issue