yaltik_odoo_custom/yaltik_dsl/Makefile

10 lines
155 B
Makefile
Raw Normal View History

.PHONY: clean
clean:
find . -name '*.pyc' -delete
find . -name '__pycache__' -delete
.PHONY: test
test:
2020-05-03 12:59:30 +02:00
python2 test_xml_base.py
python2 test_odoo.py