6 lines
91 B
Makefile
6 lines
91 B
Makefile
|
|
PYTHON_RUNNER ?= pytest -v
|
||
|
|
|
||
|
|
include $(JWBDIR)/make/py-run.mk
|
||
|
|
|
||
|
|
all:
|
||
|
|
test: run
|