yaltik_odoo_custom/yaltik_dsl/Makefile

10 lines
167 B
Makefile
Raw Normal View History

2021-02-22 18:08:11 +01:00
.PHONY: clean
clean:
find . -name '*.pyc' -delete
find . -name '__pycache__' -delete
.PHONY: test
test:
python3 tests/test_xml_base.py
python3 tests/test_odoo.py