aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-20 20:37:05 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-20 20:37:05 +0200
commitd45e1842d5587beef6faf474e9244202feb7abd1 (patch)
tree26012a12a5058ae201d7e413f933b84a62e2cbb2
parent6791b98c1fdecafd797c71d1e37b3910fb7ce0b6 (diff)
Add a target to run tests
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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