diff --git a/yaltik_dsl/Makefile b/yaltik_dsl/Makefile index c4bf10e..bec2191 100644 --- a/yaltik_dsl/Makefile +++ b/yaltik_dsl/Makefile @@ -5,5 +5,5 @@ clean: .PHONY: test test: - python2 test_xml_base.py - python2 test_odoo.py + python2 tests/test_xml_base.py + python2 tests/test_odoo.py