From 4ba33ceb73b2c8f4cc747c32786eaa9680384d53 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 14 Nov 2020 20:33:34 +0100 Subject: Added some compatibilities with zsh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The work is half-done, but I also needed some of the other fixes entangled in this whole mess of a commit. Signed-off-by: Miquel Sabaté Solà --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e086ae1..130d599 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,15 @@ test: git-validation shellcheck unit-test .PHONY: unit-test -unit-test: +unit-test: build-image bash-test + +.PHONY: build-image +build-image: @docker build -t mssola/g:latest . + +.PHONY: bash-test +bash-test: + @echo -e "BASH\ttest.sh" @docker run --rm mssola/g:latest bash test.sh .PHONY: git-validation -- cgit v1.2.3