# A workflow with modularity-testing-framework is still uncertain.
# Only nspawn is actually used.
# https://meta-test-family.readthedocs.io/en/latest/index.html
#
# Installation
# $ sudo dnf install modularity-testing-framework python2-avocado
# $ sudo /usr/bin/pip install behave
test:
	mtf-generator
	MODULE=nspawn \
	python -d -m avocado run \
		--filter-by-tags=-WIP \
		/usr/share/moduleframework/tools/modulelint.py \
		*.py
