Add a test directive

This commit is contained in:
2022-03-28 10:58:46 +02:00
parent c9bb7c7c2f
commit a13c8d0371

View File

@@ -116,4 +116,6 @@ clean:
rm -f katenary
rm -rf dist
test:
@echo -e "\033[1;33mTesting katenary $(VERSION)...\033[0m"
go test -v ./...