summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-05-08 17:51:26 +0200
committerAki <please@ignore.pl>2023-05-08 17:51:26 +0200
commit2170ddb2079d1dc4f529094268c47f3e35aa84e3 (patch)
tree92932111b80d6d595e212c17fe27ed59348bb1ce
parent8ac1faa7950da39f8f10b110abdf7b10bdeaf66a (diff)
downloadactivity-2170ddb2079d1dc4f529094268c47f3e35aa84e3.zip
activity-2170ddb2079d1dc4f529094268c47f3e35aa84e3.tar.gz
activity-2170ddb2079d1dc4f529094268c47f3e35aa84e3.tar.bz2
Added test target to makefile
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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