6 lines
77 B
Makefile
6 lines
77 B
Makefile
CMD=MODULE=nspawn python -m avocado run smoke.py
|
|
|
|
check:
|
|
$(CMD)
|
|
|
|
all: check
|