clear_tests:
	@echo "Clearing test files..."
	@rm -rf test/outputs
	@echo "Test files cleared."