From 274a146175af29cfb1b1c58ecf438e8f9acb8c49 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 7 Dec 2023 16:37:01 +0000 Subject: [PATCH] Add test target to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f080895..93148db 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +test: + bash_unit ./tests/test_*.sh install: test -d ~/.local/bin/ || mkdir -p ~/.local/bin/ cp zk ~/.local/bin/zk