From d45e1842d5587beef6faf474e9244202feb7abd1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 20 Oct 2023 20:37:05 +0200 Subject: Add a target to run tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 13120d9..90da26e 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,6 @@ install: cp ${target} ${DPREFIX}/bin cp ${target}.1 ${DPREFIX}/share/man/man1 cp ${target}.5 ${DPREFIX}/share/man/man5 + +test: + go test . ./parser ./formatter -- cgit v1.2.3