sssd/tests/Makefile
Petr "Stone" Hracek 23625b7b53 Add missing deps
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-06-01 13:31:31 +02:00

6 lines
176 B
Makefile

MODULE_LINT=/home/phracek/work/programming/modularity-testing-framework/tools/modulelint.py
CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py
#
all:
$(CMD)