base-runtime/tests/Makefile

7 lines
153 B
Makefile

MODULE_LINT=/usr/share/moduleframework/tools/modulelint/*.py
CMD=MODULE=nspawn python -m avocado run smoke.py $(MODULE_LINT)
check:
$(CMD)
all: check