.PHONY: test test-doc
test:
	@bash tests/test_profiles.sh

test-doc:
	@bash tests/test_install_doc.sh
