diff --git a/Makefile b/Makefile index 090ebf6..323628c 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ test: fast @$(URCHIN) -f test/slow test_shell: + @printf '\n\033[0;34m%s\033[0m\n' "Running tests in $(SHELL)" @$(SHELL) $(URCHIN) -f test/$(TEST_SUITE) default: test