summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-10-23 22:17:08 +0200
committerJoel Rosdahl <joel@rosdahl.net>2016-10-23 22:17:08 +0200
commit11aab4020811de344c13f5296c4574716235745b (patch)
tree0c947203c99e9561ddc73890c3a252bfe6b5ea43
parentdfd94a2d20ef4ff3e33fe67727ff65eaba3d1d66 (diff)
downloadminiircd-11aab4020811de344c13f5296c4574716235745b.tar.gz
miniircd-11aab4020811de344c13f5296c4574716235745b.zip
Add Makefile test target
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 203c564..0c314f4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,11 @@ JAILDIR = /var/jail/miniircd
JAILUSER = nobody
.PHONY: all
-all:
- echo "Nothing to do."
+all: test
+
+.PHONY: test
+test:
+ ./test
.PHONY: dist
dist: