11 lines
146 B
Makefile
11 lines
146 B
Makefile
|
|
.PHONY: test validate-json tree
|
||
|
|
|
||
|
|
test:
|
||
|
|
python -m pytest -q
|
||
|
|
|
||
|
|
validate-json:
|
||
|
|
python scripts/validate_json.py
|
||
|
|
|
||
|
|
tree:
|
||
|
|
python scripts/print_tree.py
|