aboutsummaryrefslogtreecommitdiff
path: root/xN/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xN/Makefile')
-rw-r--r--xN/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xN/Makefile b/xN/Makefile
index 5340b55..0c5a499 100644
--- a/xN/Makefile
+++ b/xN/Makefile
@@ -15,5 +15,7 @@ xN: xN.go ../xK-version irc.go
xN.1: ../xK-version ../liberty/tools/asciiman.awk xN.adoc
env "asciidoc-release-version=$$(cat ../xK-version)" \
$(AWK) -f ../liberty/tools/asciiman.awk xN.adoc > $@
+test: all
+ go test
clean:
rm -f $(outputs)