diff --git a/Makefile b/Makefile index 6bd84b8..372e272 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ clean: .PHONY: test test: - hy hy_odoo/tests/test_xml_base.hy + hy hy_odoo/tests/test_xml.hy diff --git a/hy_odoo/tests/test_xml_base.hy b/hy_odoo/tests/test_xml.hy similarity index 100% rename from hy_odoo/tests/test_xml_base.hy rename to hy_odoo/tests/test_xml.hy