Add test target to Makefile

This commit is contained in:
The Magician 2023-12-07 16:37:01 +00:00
parent 596cdcd624
commit 274a146175
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
test:
bash_unit ./tests/test_*.sh
install:
test -d ~/.local/bin/ || mkdir -p ~/.local/bin/
cp zk ~/.local/bin/zk