aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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