From 2170ddb2079d1dc4f529094268c47f3e35aa84e3 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 8 May 2023 17:51:26 +0200 Subject: Added test target to makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35267f8..9b3385e 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,7 @@ all: activity.html clean: rm -f *.html -.PHONY: all clean +test: + busted + +.PHONY: all clean test -- cgit v1.1