Files
Polisher-Control/Makefile

11 lines
146 B
Makefile
Raw Normal View History

.PHONY: test validate-json tree
test:
python -m pytest -q
validate-json:
python scripts/validate_json.py
tree:
python scripts/print_tree.py