From 11aab4020811de344c13f5296c4574716235745b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 23 Oct 2016 22:17:08 +0200 Subject: Add Makefile test target --- Makefile | 7 +++++-- 1 file 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: -- cgit v1.2.3